mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 19:48:52 +00:00
hardfork: remove batch transactions setup
This is now default, so it spares us the warnings
This commit is contained in:
parent
9a82e73e5d
commit
d50f2f5ac1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user