1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 06:47:46 +01:00
eclair/docs/release-notes
Pierre-Marie Padiou 9274582679
Balance: take signed fulfills into account (#2023)
For incoming htlcs, the amount needs to be included in our balance if we know the preimage, even if the htlc hasn't yet been formally settled.

We were already taking into accounts preimages in the `pending_commands` database.

But, as soon as we have sent and signed an `update_fulfill_htlc`, we clean up the `pending_commands` database. So we also need to look at current sent changes.
2021-10-22 11:19:27 +02:00
..
eclair-v0.6.1.md Add release notes in the repository (#1951) 2021-09-20 14:35:00 +02:00
eclair-v0.6.2.md Deprecation warning for relay fees config (#2012) 2021-10-13 13:52:14 +02:00
eclair-vnext.md Balance: take signed fulfills into account (#2023) 2021-10-22 11:19:27 +02:00