Skip to content

Commit 021612c

Browse files
committed
f clarify comment more
1 parent 563f38d commit 021612c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ pub(crate) const IDEMPOTENCY_TIMEOUT_TICKS: u8 = 7;
943943
const MAX_UNFUNDED_CHANS_PER_PEER: usize = 4;
944944

945945
/// The maximum number of peers from which we will allow pending unfunded channels. Once we reach
946-
/// this many peers we reject new (inbound) channels.
946+
/// this many peers we reject new (inbound) channels from peers with which we don't have a channel.
947947
const MAX_UNFUNDED_CHANNEL_PEERS: usize = 50;
948948

949949
/// The maximum number of peers which we do not have a (funded) channel with. Once we reach this

0 commit comments

Comments
 (0)