Skip to content

Commit 0226638

Browse files
committed
back to refs
1 parent 8f4e283 commit 0226638

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
@@ -317,7 +317,7 @@ where
317317
/// Decode one layer of an incoming onion message
318318
/// Returns either a Forward (another onion message), or Receive (decrypted content)
319319
pub fn peel_onion<NS: Deref, L: Deref, CMH: Deref, T: CustomOnionMessageContents>(
320-
node_signer: NS, secp_ctx: &Secp256k1<secp256k1::All>, logger: L, custom_handler: CMH,
320+
node_signer: &NS, secp_ctx: &Secp256k1<secp256k1::All>, logger: &L, custom_handler: &CMH,
321321
msg: &msgs::OnionMessage,
322322
) -> Result<PeeledOnion<CMH>, ()>
323323
where

0 commit comments

Comments
 (0)