Build fixes for some platforms

This commit is contained in:
moneromooo-monero
2019-02-14 15:36:13 +00:00
parent 3ac3366a6e
commit 0b0fb709c3
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ template<>
struct get_test_options<gen_v2_tx_validation_base> {
const std::pair<uint8_t, uint64_t> hard_forks[3] = {std::make_pair(1, 0), std::make_pair(2, 1), std::make_pair(0, 0)};
const cryptonote::test_options test_options = {
hard_forks
hard_forks, 0
};
};