Skip to content

Commit fd5510f

Browse files
prints ldk features
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 8866ed3 commit fd5510f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,7 @@ impl<Descriptor: SocketDescriptor, CM: Deref, RM: Deref, OM: Deref, L: Deref, CM
15151515
}
15161516

15171517
let our_features = self.init_features(&their_node_id);
1518+
log_debug!(self.logger, "{:?}", our_features);
15181519
if msg.features.requires_unknown_bits_from(&our_features) {
15191520
log_debug!(self.logger, "Peer requires features unknown to us");
15201521
return Err(PeerHandleError { }.into());

0 commit comments

Comments
 (0)