Skip to content

Commit

Permalink
back to refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Oct 16, 2023
1 parent 8f4e283 commit 0226638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/onion_message/messenger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ where
/// Decode one layer of an incoming onion message
/// Returns either a Forward (another onion message), or Receive (decrypted content)
pub fn peel_onion<NS: Deref, L: Deref, CMH: Deref, T: CustomOnionMessageContents>(
node_signer: NS, secp_ctx: &Secp256k1<secp256k1::All>, logger: L, custom_handler: CMH,
node_signer: &NS, secp_ctx: &Secp256k1<secp256k1::All>, logger: &L, custom_handler: &CMH,
msg: &msgs::OnionMessage,
) -> Result<PeeledOnion<CMH>, ()>
where
Expand Down

0 comments on commit 0226638

Please sign in to comment.