mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-20 02:27:32 +01:00
0a66d3f45f
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. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |