-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Description
Quoting from mail conversation:
I think a new proposal which changes this would be possible, with a
feature bit:
- if `option_dusty_htlcs_uncounted`:
- we define "counted HTLC offers" as the total number of HTLCs
committed on the remote peer which have `amount_msat` greater
or equal to the remote `dust_limit_satoshis`
- otherwise:
- we define "counted HTLC offers" as the total number of HTLCs
committed on the remote peer
- if "counted HTLC offers" from this HTLC would exceed `max_accepted_htlcs`:
- MUST NOT add an HTLC.
Similar language on the receiver side.
Since we all have interpreted the spec in the same way (counting all htlc's), we'll need feature bits to upgrade. Thoughts?
t-bast and TheBlueMatt
Metadata
Metadata
Assignees
Labels
No labels