Skip to content

Commit 005189d

Browse files
committed
src/test/miner_tests: re-enable now-working test again
1 parent 32daff9 commit 005189d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/miner_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
270270
mempool.addUnchecked(hash, entry.Fee(LOWFEE).Time(GetTime()).SpendsCoinbase(spendsCoinbase).SigOpsCost(80).FromTx(tx));
271271
tx.vin[0].prevout.hash = hash;
272272
}
273-
// BOOST_CHECK(pblocktemplate = BlockAssembler(chainparams).CreateNewBlock(scriptPubKey)); TODO
273+
BOOST_CHECK(pblocktemplate = BlockAssembler(chainparams).CreateNewBlock(scriptPubKey));
274274
mempool.clear();
275275

276276
// block size > limit

0 commit comments

Comments
 (0)