From dab207e4e694c6980336f59817d6c9af83a46fa2 Mon Sep 17 00:00:00 2001 From: BtcDrak Date: Wed, 7 Dec 2016 20:22:07 +0000 Subject: Preserve tx version=1 for certain tests Without this change, the tests would be affected by default tx version increases. --- src/test/txvalidationcache_tests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/txvalidationcache_tests.cpp') diff --git a/src/test/txvalidationcache_tests.cpp b/src/test/txvalidationcache_tests.cpp index 55b4d28fb2..9f58f004d5 100644 --- a/src/test/txvalidationcache_tests.cpp +++ b/src/test/txvalidationcache_tests.cpp @@ -39,6 +39,7 @@ BOOST_FIXTURE_TEST_CASE(tx_mempool_block_doublespend, TestChain100Setup) spends.resize(2); for (int i = 0; i < 2; i++) { + spends[i].nVersion = 1; spends[i].vin.resize(1); spends[i].vin[0].prevout.hash = coinbaseTxns[0].GetHash(); spends[i].vin[0].prevout.n = 0; -- cgit v1.2.3