Skip to content

Commit 892645e

Browse files
committed
adding fmt display in logging
1 parent c60825f commit 892645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ where
519519

520520
log_trace!(self.logger , "Sending onion message: {}", message);
521521

522-
let (introduction_node_id, onion_msg) = Self::create_onion_message(
522+
let (introduction_node_id, onion_msg) = create_onion_message(
523523
&self.entropy_source, &self.node_signer, &self.secp_ctx,
524524
path, message, reply_path
525525
)?;

0 commit comments

Comments
 (0)