mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +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())
|
if (height >= db.height())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
db.set_batch_transactions(true);
|
|
||||||
bool stop_batch = db.batch_start();
|
bool stop_batch = db.batch_start();
|
||||||
|
|
||||||
versions.clear();
|
versions.clear();
|
||||||
|
|
Loading…
Reference in a new issue