1
0
Fork 0
forked from lthn/blockchain

coretests: minor forgotten change

This commit is contained in:
sowle 2024-03-27 18:57:30 +01:00
parent 80fd303081
commit 69e68807bf
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -13,6 +13,7 @@ struct hard_fork_4_consolidated_txs : public wallet_test
bool c1(currency::core& c, size_t ev_index, const std::vector<test_event_entry>& events);
mutable bool m_post_hf4_zarcanum = false;
mutable uint64_t m_bob_amount = 0;
};