We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563f38d commit 021612cCopy full SHA for 021612c
lightning/src/ln/channelmanager.rs
@@ -943,7 +943,7 @@ pub(crate) const IDEMPOTENCY_TIMEOUT_TICKS: u8 = 7;
943
const MAX_UNFUNDED_CHANS_PER_PEER: usize = 4;
944
945
/// 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.
+/// this many peers we reject new (inbound) channels from peers with which we don't have a channel.
947
const MAX_UNFUNDED_CHANNEL_PEERS: usize = 50;
948
949
/// The maximum number of peers which we do not have a (funded) channel with. Once we reach this
0 commit comments