Fix consensus
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
This commit is contained in:
parent
934908c79e
commit
3f97b2c70a
1 changed files with 2 additions and 1 deletions
|
@ -1723,7 +1723,8 @@ BOOST_AUTO_TEST_CASE(normalization_does_not_kill_sort_order)
|
||||||
BOOST_AUTO_TEST_CASE(normalization_does_not_kill_expirations)
|
BOOST_AUTO_TEST_CASE(normalization_does_not_kill_expirations)
|
||||||
{
|
{
|
||||||
ClaimTrieChainFixture fixture;
|
ClaimTrieChainFixture fixture;
|
||||||
fixture.setExpirationForkHeight(800, 3, 800);
|
auto& consensus = Params().GetConsensus();
|
||||||
|
fixture.setExpirationForkHeight(consensus.nExtendedClaimExpirationForkHeight, 3, consensus.nExtendedClaimExpirationTime);
|
||||||
fixture.setNormalizationForkHeight(4);
|
fixture.setNormalizationForkHeight(4);
|
||||||
// need to see that claims expiring on the frame when we normalize aren't kept
|
// need to see that claims expiring on the frame when we normalize aren't kept
|
||||||
// need to see that supports expiring on the frame when we normalize aren't kept
|
// need to see that supports expiring on the frame when we normalize aren't kept
|
||||||
|
|
Loading…
Add table
Reference in a new issue