Fix miner tests

This commit is contained in:
Sean Bowe 2018-05-07 14:30:20 -06:00
parent 8c57bbac15
commit f6f97dfb1c
1 changed files with 3 additions and 0 deletions

View File

@ -260,6 +260,9 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
}
*/
// These tests assume null hashFinalSaplingRoot (before Sapling)
pblock->hashFinalSaplingRoot = uint256();
CValidationState state;
BOOST_CHECK(ProcessNewBlock(state, NULL, pblock, true, NULL));
BOOST_CHECK_MESSAGE(state.IsValid(), state.GetRejectReason());