Skip to content

Commit 1cece1b

Browse files
committed
logging channel_id of connected txids
1 parent 82d92dd commit 1cece1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7326,6 +7326,7 @@ where
73267326
fn handle_channel_ready(&self, counterparty_node_id: &PublicKey, msg: &msgs::ChannelReady) {
73277327
let _persistence_guard = PersistenceNotifierGuard::notify_on_drop(self);
73287328
let _ = handle_error!(self, self.internal_channel_ready(counterparty_node_id, msg), *counterparty_node_id);
7329+
log_trace!(self.logger, "connected txids Channel_id {}", msg.channel_id);
73297330
}
73307331

73317332
fn handle_shutdown(&self, counterparty_node_id: &PublicKey, msg: &msgs::Shutdown) {

0 commit comments

Comments
 (0)