mirror of
https://github.com/monero-project/monero.git
synced 2026-01-12 04:55:44 -08:00
hardfork: remove batch transactions setup
This is now default, so it spares us the warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user