diff --git a/tests/core_tests/wallet_tests_basic.h b/tests/core_tests/wallet_tests_basic.h index e77407dc..bc45bcc8 100644 --- a/tests/core_tests/wallet_tests_basic.h +++ b/tests/core_tests/wallet_tests_basic.h @@ -38,7 +38,7 @@ struct wallet_test : virtual public test_chain_unit_enchanced template - std::shared_ptr init_playtime_test_wallet_t(const std::vector& events, currency::core& c, size_t account_index) const + std::shared_ptr init_playtime_test_wallet_t(const std::vector& events, currency::core& c, size_t account_index) const { CHECK_AND_ASSERT_THROW_MES(account_index < m_accounts.size(), "Invalid account index"); return init_playtime_test_wallet_t(events, c, m_accounts[account_index]);