mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
1e0aa9329d
The old codes if % 1000 statement logic was simply inverted and produced the opposite output of the intention behin it. Before Fix: - Millisatoshi('42sat').to_btc_str() => 0.00000042000btc - Millisatoshi('42001msat').to_btc_str() => 0.00000042btc After Fix: - Millisatoshi('42sat').to_btc_str() => 0.00000042btc - Millisatoshi('42001msat').to_btc_str() => 0.00000042001btc |
||
---|---|---|
.. | ||
init | ||
plugins | ||
pylightning | ||
Dockerfile.builder | ||
Dockerfile.builder.fedora | ||
Dockerfile.builder.i386 | ||
lightning-cli.bash-completion | ||
linuxarm32v7.Dockerfile | ||
short_channel_id-to-txid.sh | ||
startup_regtest.sh |