File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -558,8 +558,6 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
558
558
CScript scriptPubKey = CScript () << ParseHex (" 04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f" ) << OP_CHECKSIG;
559
559
std::unique_ptr<CBlockTemplate> pblocktemplate;
560
560
561
- fCheckpointsEnabled = false ;
562
-
563
561
// Simple block creation, nothing special yet:
564
562
BOOST_CHECK (pblocktemplate = AssemblerForTest (chainparams).CreateNewBlock (scriptPubKey));
565
563
@@ -608,8 +606,6 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
608
606
m_node.mempool ->clear ();
609
607
610
608
TestPrioritisedMining (chainparams, scriptPubKey, txFirst);
611
-
612
- fCheckpointsEnabled = true ;
613
609
}
614
610
615
611
BOOST_AUTO_TEST_SUITE_END ()
You can’t perform that action at this time.
0 commit comments