mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 04:36:06 -04:00
tests: fix test_options initialization error
This commit is contained in:
parent
5dbcceb664
commit
ac874e2d40
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue