aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-02-06 11:00:23 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2019-03-29 15:14:09 +0100
commite502c3c515896a67b8a753f1c186398c3a58df2c (patch)
tree02d4a5d726c960b2ba4a759f2746c11a1d727829 /src/wallet
parentedc68d40e9689f74f4cdfba010691e9811786086 (diff)
downloadbitcoin-e502c3c515896a67b8a753f1c186398c3a58df2c.tar.xz
tests: Reduce noise level in test_bitcoin output
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/test/coinselector_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/test/coinselector_tests.cpp b/src/wallet/test/coinselector_tests.cpp
index 5c65acf601..5327779f43 100644
--- a/src/wallet/test/coinselector_tests.cpp
+++ b/src/wallet/test/coinselector_tests.cpp
@@ -135,7 +135,6 @@ BOOST_AUTO_TEST_CASE(bnb_search_test)
/////////////////////////
// Known Outcome tests //
/////////////////////////
- BOOST_TEST_MESSAGE("Testing known outcomes");
// Empty utxo pool
BOOST_CHECK(!SelectCoinsBnB(GroupCoins(utxo_pool), 1 * CENT, 0.5 * CENT, selection, value_ret, not_input_fees));