Skip to content

Commit 72bb977

Browse files
committed
nit
1 parent 44b28cd commit 72bb977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/messenger.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pub trait CustomOnionMessageHandler {
246246
fn read_custom_message<R: io::Read>(&self, message_type: u64, buffer: &mut R) -> Result<Option<Self::CustomMessage>, msgs::DecodeError>;
247247
}
248248

249-
/// A processed incoming onion message, containing either a Forward (another onion)
249+
/// A processed incoming onion message, containing either a Forward (another onion message)
250250
/// or a Receive payload with decrypted contents.
251251
pub enum PeeledOnion<CMH: Deref> where
252252
CMH::Target: CustomOnionMessageHandler,

0 commit comments

Comments
 (0)