diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-04-16 22:34:30 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-04-16 22:34:30 +0200 |
commit | 45a4145f8745283ebce18b8059d65b8aa2f6a02e (patch) | |
tree | 56e9d9a682d30adf0c52f1cad84595f75aa9d786 /tests/core_tests/bulletproofs.h | |
parent | Merge pull request #5407 (diff) | |
parent | tests: fix test_options initialization error (diff) | |
download | monero-45a4145f8745283ebce18b8059d65b8aa2f6a02e.tar.xz |
Merge pull request #5409
ac874e2d tests: fix test_options initialization error (Dusan Klinec)
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 }; }; |