Skip to content

Commit

Permalink
Replace Implementors with Implementers to please the spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
araspitzu committed Feb 18, 2020
1 parent 1bcd157 commit c79b82a
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 @@ -192,7 +192,7 @@ 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.

Implementors are advised to provide the means to scale the number of confirmations, tweaking
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.

Expand Down

0 comments on commit c79b82a

Please sign in to comment.