Backport of core PR18195.
Since we don't support multiplication with a double (see amount.h),
the 0.9 * CENT has been updated to 9 * CENT / 10 and so on, so the
amounts remain integers.
Differential D8353
test: Add cost_of_change parameter assertions to bnb_search_test Fabien on Nov 10 2020, 12:39. Authored by Tags None Subscribers None
Details
Backport of core PR18195. Since we don't support multiplication with a double (see amount.h), ninja check-bitcoin-coinselector_tests
Diff Detail
|