Skip to content

Commit d46d4ed

Browse files
committed
f tweak comment
1 parent 69c08a7 commit d46d4ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8568,7 +8568,8 @@ mod tests {
85688568
open_channel_msg.temporary_channel_id);
85698569

85708570
// Further, because all of our channels with nodes[0] are inbound, and none of them funded,
8571-
// it doesn't count as a "protected" peer, counting towards the MAX_NO_CHANNEL_PEERS limit.
8571+
// it doesn't count as a "protected" peer, i.e. it counts towards the MAX_NO_CHANNEL_PEERS
8572+
// limit.
85728573
let mut peer_pks = Vec::with_capacity(super::MAX_NO_CHANNEL_PEERS);
85738574
for _ in 1..super::MAX_NO_CHANNEL_PEERS {
85748575
let random_pk = PublicKey::from_secret_key(&nodes[0].node.secp_ctx,

0 commit comments

Comments
 (0)