Skip to content

Commit

Permalink
Advise for the block reward to largely exceed the funding amount
Browse files Browse the repository at this point in the history
  • Loading branch information
araspitzu committed Mar 3, 2020
1 parent c79b82a commit 2cfe2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ willing to accept large channel even before exchanging the `init` message with t

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 exceeds the size of the channel.
wait enough blocks until the cumulative block reward largely exceeds the size of the channel.

#### Requirements

Expand Down

0 comments on commit 2cfe2c6

Please sign in to comment.