Skip to content

Commit

Permalink
stop test failures
Browse files Browse the repository at this point in the history
Co-Authored-By: PastaPastaPasta <pasta@dashboost.org>
  • Loading branch information
UdjinM6 and PastaPastaPasta committed Jan 23, 2019
1 parent 444f671 commit 1fa7f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/test/wallet_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ BOOST_FIXTURE_TEST_CASE(coin_mark_dirty_immature_credit, TestChain100Setup)
// credit amount is calculated.
wtx.MarkDirty();
wallet.AddKeyPubKey(coinbaseKey, coinbaseKey.GetPubKey());
BOOST_CHECK_EQUAL(wtx.GetImmatureCredit(), 50*COIN);
BOOST_CHECK_EQUAL(wtx.GetImmatureCredit(), 500*COIN);
}

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 1fa7f7e

Please sign in to comment.