Fix transaction test in test_bitcoin.

This commit is contained in:
Sean Bowe 2016-09-07 13:55:31 -06:00
parent d7eeb7455b
commit a4b00373ab
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ BOOST_AUTO_TEST_CASE(test_simple_joinsplit_invalidity)
jsdesc2->vpub_new = (MAX_MONEY / 2) + 10;
BOOST_CHECK(!CheckTransaction(newTx, state));
BOOST_CHECK(state.GetRejectReason() == "bad-txns-txouttotal-toolarge");
BOOST_CHECK(state.GetRejectReason() == "bad-txns-txintotal-toolarge");
}
{
// Ensure that nullifiers are never duplicated within a transaction.