diff options
author | Dusan Klinec <dusan.klinec@gmail.com> | 2019-04-07 18:15:20 +0200 |
---|---|---|
committer | Dusan Klinec <dusan.klinec@gmail.com> | 2019-04-07 18:18:54 +0200 |
commit | ac874e2d402b9a1d366bcec304faa769553b46f9 (patch) | |
tree | 198be1a4cb3b7588813ce304cf301baaf31d1051 /tests/core_tests/bulletproofs.h | |
parent | Merge pull request #5364 (diff) | |
download | monero-ac874e2d402b9a1d366bcec304faa769553b46f9.tar.xz |
tests: fix test_options initialization error
Diffstat (limited to 'tests/core_tests/bulletproofs.h')
-rw-r--r-- | tests/core_tests/bulletproofs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/bulletproofs.h b/tests/core_tests/bulletproofs.h index efc751df7..f9768a316 100644 --- a/tests/core_tests/bulletproofs.h +++ b/tests/core_tests/bulletproofs.h @@ -97,7 +97,7 @@ template<> struct get_test_options<gen_bp_tx_validation_base> { const std::pair<uint8_t, uint64_t> hard_forks[4] = {std::make_pair(1, 0), std::make_pair(2, 1), std::make_pair(10, 73), std::make_pair(0, 0)}; const cryptonote::test_options test_options = { - hard_forks + hard_forks, 0 }; }; |