stop test failures
Co-Authored-By: PastaPastaPasta <pasta@dashboost.org>
This commit is contained in:
parent
444f671abb
commit
1fa7f7e743
@ -510,7 +510,7 @@ BOOST_FIXTURE_TEST_CASE(coin_mark_dirty_immature_credit, TestChain100Setup)
|
|||||||
// credit amount is calculated.
|
// credit amount is calculated.
|
||||||
wtx.MarkDirty();
|
wtx.MarkDirty();
|
||||||
wallet.AddKeyPubKey(coinbaseKey, coinbaseKey.GetPubKey());
|
wallet.AddKeyPubKey(coinbaseKey, coinbaseKey.GetPubKey());
|
||||||
BOOST_CHECK_EQUAL(wtx.GetImmatureCredit(), 50*COIN);
|
BOOST_CHECK_EQUAL(wtx.GetImmatureCredit(), 500*COIN);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE_END()
|
BOOST_AUTO_TEST_SUITE_END()
|
||||||
|
Loading…
Reference in New Issue
Block a user