Skip to content

Commit

Permalink
fixup! Add fee range TLV
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed May 19, 2021
1 parent 9a0b1f6 commit 1684acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ The receiving node:
- MAY close the connection.
- if `fee_satoshis` matches its previously sent `fee_range`:
- SHOULD use `fee_satoshis` to sign and broadcast the final closing transaction
- SHOULD reply with a `closing_signed` with the same `fee_satoshis` value if it is different from its previously sent `fee_satoshis`
- MAY close the connection.
- otherwise, if `fee_satoshis` is greater than the base fee of the final
commitment transaction as calculated in [BOLT #3](03-transactions.md#fee-calculation)
Expand Down

0 comments on commit 1684acc

Please sign in to comment.