mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
hardfork: remove batch transactions setup
This is now default, so it spares us the warnings
This commit is contained in:
parent
e344d93ce7
commit
94a375d559
@ -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