Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
araspitzu committed Mar 18, 2020
1 parent 2cfe2c6 commit 6cc31bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ Since it's broadcast in the `node_announcement` message other nodes can use it t
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`, with the size of the funding amount. A rule of thumb is to
wait enough blocks until the cumulative block reward largely exceeds the size of the channel.
`accept_channel.minimum_depth` and `accept_channel.to_self_delay`, with the size of the funding amount.

#### Requirements

Expand Down

0 comments on commit 6cc31bb

Please sign in to comment.