Add pending effective amount to rpc methods #232
1 changed files with 2 additions and 1 deletions
|
@ -374,7 +374,8 @@ BOOST_AUTO_TEST_CASE(claimtriebranching_claim)
|
||||||
BOOST_CHECK(is_best_claim("test",tx4));
|
BOOST_CHECK(is_best_claim("test",tx4));
|
||||||
fixture.DecrementBlocks(1);
|
fixture.DecrementBlocks(1);
|
||||||
|
|
||||||
// check claim takeover
|
// check claim takeover, note that CClaimTrie.nProportionalDelayFactor is set to 1
|
||||||
|
// instead of 32 in test_bitcoin.cpp
|
||||||
CMutableTransaction tx6 = fixture.MakeClaim(fixture.GetCoinbase(),"test","one",1);
|
CMutableTransaction tx6 = fixture.MakeClaim(fixture.GetCoinbase(),"test","one",1);
|
||||||
fixture.IncrementBlocks(10);
|
fixture.IncrementBlocks(10);
|
||||||
BOOST_CHECK(is_best_claim("test",tx6));
|
BOOST_CHECK(is_best_claim("test",tx6));
|
||||||
|
|
Loading…
Add table
Reference in a new issue