diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 66d539e5e..5223d646a 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -192,6 +192,9 @@ know this node will accept `funding_satoshis` greater than or equal to 2^24. Since it's broadcast in the `node_announcement` message other nodes can use it to identify peers willing to accept large channel even before exchanging the `init` message with them. +Implementers are advised to provide the means to scale the number of confirmations, tweaking +`accept_channel.minimum_depth` and `accept_channel.to_self_delay`, with the size of the funding amount. + #### Requirements The sending node: