Merge #7705: [amount] Add tests and make GetFee() monotonic

fad13b1 [amount] Preempt issues with negative fee rates (MarcoFalke)
faf756a [amount] Make GetFee() monotonic (MarcoFalke)
fab6880 [qa] Add amount tests (MarcoFalke)
This commit is contained in:
Wladimir J. van der Laan
2016-03-21 12:25:13 +01:00
4 changed files with 54 additions and 7 deletions

View File

@@ -38,6 +38,7 @@ BITCOIN_TESTS =\
test/scriptnum10.h \
test/addrman_tests.cpp \
test/alert_tests.cpp \
test/amount_tests.cpp \
test/allocator_tests.cpp \
test/base32_tests.cpp \
test/base58_tests.cpp \