From 94a375d55979932491abf655486c8c5be0e388ae Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 1 Jan 2019 18:25:06 +0000 Subject: [PATCH] hardfork: remove batch transactions setup This is now default, so it spares us the warnings --- src/cryptonote_basic/hardfork.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cryptonote_basic/hardfork.cpp b/src/cryptonote_basic/hardfork.cpp index 87a394918..0de09856b 100644 --- a/src/cryptonote_basic/hardfork.cpp +++ b/src/cryptonote_basic/hardfork.cpp @@ -222,7 +222,6 @@ bool HardFork::reorganize_from_block_height(uint64_t height) if (height >= db.height()) return false; - db.set_batch_transactions(true); bool stop_batch = db.batch_start(); versions.clear();