-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rephrase the fee spike buffer requirement
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -793,10 +793,10 @@ A sending node: | |
transaction at the current `feerate_per_kw` while maintaining its channel | ||
reserve (see [Updating Fees](#updating-fees-update_fee)). | ||
- SHOULD NOT offer `amount_msat` if, after adding that HTLC to its commitment | ||
transaction, its remaining balance doesn't allow it to pay the fee for a | ||
future additional non-dust HTLC at a higher feerate while maintaining its | ||
channel reserve ("fee spike buffer"). A buffer of `2*feerate_per_kw` is | ||
recommended to ensure predictability. | ||
transaction, its remaining balance doesn't allow it to pay the fee to receive a | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
t-bast
Author
Collaborator
|
||
future additional non-dust HTLC while maintaining its channel reserve ("fee | ||
spike buffer"). A buffer that expects the current `feerate_per_kw` to potentially | ||
double is recommended to ensure predictability between implementations. | ||
- if it is _not responsible_ for paying the Bitcoin fee: | ||
- MUST NOT offer `amount_msat` if, once the remote node adds that HTLC to | ||
its commitment transaction, it cannot pay the fee for the updated local or | ||
|
Maybe something like: