Skip to content

Commit

Permalink
Add dust limit conditions for payouts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed Mar 8, 2022
1 parent 14d6a22 commit a1b023c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ The recipient:

- if any input in `extra_inputs` is not a BIP141 (Segregated Witness) input.
- MAY ignore the message.
- if `offer_payout_satoshis` is greater than zero and below the dust limit
- MUST ignore the message
- if `accept_payout_satoshis` is greater than zero and below the dust limit
- MUST ignore the message
- if any `signature` or `witness` in `extra_signatures` is incorrect:
- MUST ignore the message.
- if the `close_signature` is incorrect:
Expand Down

0 comments on commit a1b023c

Please sign in to comment.