tests: Reduce noise level in test_bitcoin output

This commit is contained in:
practicalswift
2019-02-06 11:00:23 +01:00
parent edc68d40e9
commit e502c3c515
3 changed files with 0 additions and 5 deletions

View File

@@ -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));