mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 11:24:21 +01:00
If we're over the dust limit, we fail it immediatey *after* commiting it, but we need a way to signal this throughout the lifecycle, so we add it to htlc_in struct and persist it through to the database. If it's supposed to be failed, we fail after the commit cycle is completed.