diff options
Diffstat (limited to 'src/test/txvalidation_tests.cpp')
| -rw-r--r-- | src/test/txvalidation_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/txvalidation_tests.cpp b/src/test/txvalidation_tests.cpp index 2d1eb7b77..d8afe3ee4 100644 --- a/src/test/txvalidation_tests.cpp +++ b/src/test/txvalidation_tests.cpp @@ -18,7 +18,7 @@ BOOST_AUTO_TEST_SUITE(txvalidation_tests) /** * Ensure that the mempool won't accept coinbase transactions. */ -BOOST_FIXTURE_TEST_CASE(tx_mempool_reject_coinbase, TestChain100Setup) +BOOST_FIXTURE_TEST_CASE(tx_mempool_reject_coinbase, TestChain240Setup) { CScript scriptPubKey = CScript() << ToByteVector(coinbaseKey.GetPubKey()) << OP_CHECKSIG; CMutableTransaction coinbaseTx; |