Files
bitcoin/test/functional/test_framework
MarcoFalke fa2ac5881e test: Replace satoshi_round with int() or Decimal()
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.
2021-10-06 15:16:59 +02:00
..
2021-02-09 17:58:21 +01:00
2021-09-28 15:48:55 +02:00