hardfork: remove batch transactions setup

This is now default, so it spares us the warnings
release-v0.5.0
moneromooo-monero 5 years ago committed by wowario
parent 9a82e73e5d
commit d50f2f5ac1
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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