From c3bec61da2845ad7efc478d31f005be204d054c4 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 9 Jun 2017 20:49:59 +0100 Subject: [PATCH] core_tests: fix tests failing due to new txpool code requitring batch transactions --- tests/core_tests/chaingen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index add48eeb..7cad0404 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -472,6 +472,7 @@ inline bool do_replay_events(std::vector& events) MERROR("Failed to init core"); return false; } + c.get_blockchain_storage().get_db().set_batch_transactions(true); // start with a clean pool std::vector pool_txs;