mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
core_tests: fix tests failing due to new txpool code requitring batch transactions
This commit is contained in:
parent
e3da0ca828
commit
c3bec61da2
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ inline bool do_replay_events(std::vector<test_event_entry>& events)
|
|||
MERROR("Failed to init core");
|
||||
return false;
|
||||
}
|
||||
c.get_blockchain_storage().get_db().set_batch_transactions(true);
|
||||
|
||||
// start with a clean pool
|
||||
std::vector<crypto::hash> pool_txs;
|
||||
|
|
Loading…
Reference in a new issue