From ac874e2d402b9a1d366bcec304faa769553b46f9 Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Sun, 7 Apr 2019 18:15:20 +0200 Subject: tests: fix test_options initialization error --- tests/core_tests/multisig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core_tests/multisig.h') diff --git a/tests/core_tests/multisig.h b/tests/core_tests/multisig.h index 1e8226d26..10fe6ffe8 100644 --- a/tests/core_tests/multisig.h +++ b/tests/core_tests/multisig.h @@ -84,7 +84,7 @@ template<> struct get_test_options { const std::pair hard_forks[3] = {std::make_pair(1, 0), std::make_pair(4, 1), std::make_pair(0, 0)}; const cryptonote::test_options test_options = { - hard_forks + hard_forks, 0 }; }; -- cgit v1.2.3