hardfork: remove batch transactions setup

This is now default, so it spares us the warnings
pull/200/head
moneromooo-monero 5 years ago
parent e344d93ce7
commit 94a375d559
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save