Browse Source

Fix miner tests

pull/4/head
Sean Bowe 6 years ago
parent
commit
f6f97dfb1c
  1. 3
      src/test/miner_tests.cpp

3
src/test/miner_tests.cpp

@ -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());

Loading…
Cancel
Save