Enforce `max_balance_dust_htlc_msat` at HTLC reception/forward
authorAntoine Riard <dev@ariard.me>
Wed, 28 Jul 2021 23:55:11 +0000 (19:55 -0400)
committerAntoine Riard <dev@ariard.me>
Tue, 10 Aug 2021 21:30:15 +0000 (17:30 -0400)
At `update_add_htlc()`/`send_htlc()`, we verify that the inbound/
outbound dust or the sum of both, on either sides of the link isn't
above new config setting `max_balance_dust_htlc_msat`.

A dust HTLC is hence defined as a trimmed-to-dust one, i.e including
the fee cost to publish its claiming transaction.


No differences found