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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,11 @@ The receiving node MAY fail the channel if:
238
238
- it considers `max_htlc_value_in_flight_msat` too small.
239
239
- it considers `channel_reserve_satoshis` too large.
240
240
- it considers `max_accepted_htlcs` too small.
241
-
- it considers `dust_limit_satoshis` too small and plans to rely on the sending node publishing its commitment transaction in the event of a data loss (see [message-retransmission](02-peer-protocol.md#message-retransmission)).
241
+
- it considers `dust_limit_satoshis` too small and plans to rely on the sending
242
+
node publishing its commitment transaction in the event of a data loss
243
+
(see [message-retransmission](02-peer-protocol.md#message-retransmission)).
244
+
A recommended lower bound is 330 satoshis, which matches the bitcoin network's
245
+
dust threshold for p2wsh outputs.
242
246
- it considers `dust_limit_satoshis` too large.
243
247
244
248
The receiving node MUST fail the channel if:
@@ -252,7 +256,7 @@ are not valid secp256k1 pubkeys in compressed format.
252
256
-`dust_limit_satoshis` is greater than `channel_reserve_satoshis`.
253
257
- the funder's amount for the initial commitment transaction is not sufficient for full [fee payment](03-transactions.md#fee-payment).
254
258
- both `to_local` and `to_remote` amounts for the initial commitment transaction are less than or equal to `channel_reserve_satoshis` (see [BOLT 3](03-transactions.md#commitment-transaction-outputs)).
255
-
-`funding_satoshis` is greater than or equal to 2^24 and the receiver does not support `option_support_large_channel`.
259
+
-`funding_satoshis` is greater than or equal to 2^24 and the receiver does not support `option_support_large_channel`.
256
260
257
261
The receiving node MUST NOT:
258
262
- consider funds received, using `push_msat`, to be received until the funding transaction has reached sufficient depth.
0 commit comments