mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue