Skip to content

Commit

Permalink
fix 9868
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jan 23, 2019
1 parent 682a3b9 commit 5147699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/miner_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
fCheckpointsEnabled = false;

// Simple block creation, nothing special yet:
BOOST_CHECK(pemptyblocktemplate = BlockAssembler(chainparams).CreateNewBlock(scriptPubKey));
BOOST_CHECK(pemptyblocktemplate = AssemblerForTest(chainparams).CreateNewBlock(scriptPubKey));

// We can't make transactions until we have inputs
// Therefore, load 100 blocks :)
Expand Down

0 comments on commit 5147699

Please sign in to comment.