1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 02:27:32 +01:00
eclair/eclair-core
Bastien Teinturier 0a66d3f45f
Fix availableForSend/Receive (#1293)
There was a rounding issue with the availableForSend/Receive calculation.
Because CommitTx fee and Htlc fee were computed separately,
but each was individually rounded down to Satoshis, we could
end up with an off-by-one error.

This resulted in an incapacity to send/receive the maximum amount available.
We now allow computing fees in msat, which removes rounding issues.
2020-01-28 14:20:05 +01:00
..
src Fix availableForSend/Receive (#1293) 2020-01-28 14:20:05 +01:00
eclair-cli Typed amounts (#1088) 2019-08-07 17:37:38 +02:00
pom.xml Release 0.3.2 (#1177) 2019-10-15 19:26:42 +02:00