mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-09 23:25:12 +01:00
satoshi_round will round down. To make the code easier to parse use Decimal() where possible, which does not round. Or use int(), which explicitly rounds down.