Files
bitcoin/test/functional/feature_bip68_sequence.py
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

18 KiB
Executable File