You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02-peer-protocol.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,7 @@ A sending node MUST set the most significant bit in
102
102
`temporary-channel-id`, and MUST ensure it is unique from any other
103
103
channel id with the same peer. The sender MUST set `funding-satoshis`
104
104
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
107
106
can irreversibly spend a commitment transaction output in case of
108
107
misbehavior by the receiver. The sender SHOULD set `minimum-depth` to
109
108
an amount where the sender considers reorganizations to be low risk.
0 commit comments