Pulled CheckBlock out of CBlock.

This commit is contained in:
Eric Lombrozo
2013-06-23 19:14:11 -07:00
parent 1959997afb
commit 38991ffa8a
3 changed files with 21 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ BOOST_AUTO_TEST_CASE(May15)
// After May 15'th, big blocks are OK:
forkingBlock.nTime = tMay15; // Invalidates PoW
BOOST_CHECK(forkingBlock.CheckBlock(state, false, false));
BOOST_CHECK(CheckBlock(forkingBlock, state, false, false));
}
SetMockTime(0);