From 69e68807bfe1afa2ea2a3f00c89a894cc1996ff3 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 27 Mar 2024 18:57:30 +0100 Subject: [PATCH] coretests: minor forgotten change --- tests/core_tests/hard_fork_4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core_tests/hard_fork_4.h b/tests/core_tests/hard_fork_4.h index bf12419f..f8235675 100644 --- a/tests/core_tests/hard_fork_4.h +++ b/tests/core_tests/hard_fork_4.h @@ -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& events); mutable bool m_post_hf4_zarcanum = false; + mutable uint64_t m_bob_amount = 0; };