Skip to content

Commit a15f3f9

Browse files
committed
BOLT lightning#2: delete duplicate sentence.
It's already in the next paragraph. Signed-off-by: Rusty Russell <[email protected]>
1 parent 60d91f2 commit a15f3f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

02-peer-protocol.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ A sending node MUST set the most significant bit in
102102
`temporary-channel-id`, and MUST ensure it is unique from any other
103103
channel id with the same peer. The sender MUST set `funding-satoshis`
104104
to less than 2^24 satoshi. The sender MUST set `push-msat` to
105-
equal or less than to 1000 * `funding-satoshis`. The sender SHOULD set `dust-limit-satoshis` large enough to ensure it can propagate the resulting transaction to miners.
106-
The sender SHOULD set `to-self-delay` sufficient to ensure the sender
105+
equal or less than to 1000 * `funding-satoshis`. The sender SHOULD set `to-self-delay` sufficient to ensure the sender
107106
can irreversibly spend a commitment transaction output in case of
108107
misbehavior by the receiver. The sender SHOULD set `minimum-depth` to
109108
an amount where the sender considers reorganizations to be low risk.

0 commit comments

Comments
 (0)