From 1684acc073d72add60d0d70008b91a9d19095133 Mon Sep 17 00:00:00 2001 From: t-bast Date: Wed, 19 May 2021 17:14:20 +0200 Subject: [PATCH] fixup! Add fee range TLV --- 02-peer-protocol.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 079121791..58c0579bf 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -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)