hardfork: remove batch transactions setup

This is now default, so it spares us the warnings
This commit is contained in:
moneromooo-monero 2019-01-01 18:25:06 +00:00
parent e344d93ce7
commit 94a375d559
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 1 deletions

View File

@ -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();