aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/rct.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-08-14 10:13:44 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-08-28 21:30:29 +0100
commitf782d458273cef6c6272416d078a7900af143479 (patch)
tree0825ae2c9fe5f954eec70891a8b922de7f0d6b75 /tests/core_tests/rct.h
parentringct: use Cryptonote serialization to hash non prunable data (diff)
downloadmonero-f782d458273cef6c6272416d078a7900af143479.tar.xz
tests: hard fork list must end with a 0
Diffstat (limited to 'tests/core_tests/rct.h')
-rw-r--r--tests/core_tests/rct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/rct.h b/tests/core_tests/rct.h
index e01815d26..f16e665f9 100644
--- a/tests/core_tests/rct.h
+++ b/tests/core_tests/rct.h
@@ -81,7 +81,7 @@ private:
template<>
struct get_test_options<gen_rct_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(4, 65)};
+ const std::pair<uint8_t, uint64_t> hard_forks[4] = {std::make_pair(1, 0), std::make_pair(2, 1), std::make_pair(4, 65), std::make_pair(0, 0)};
const cryptonote::test_options test_options = {
hard_forks
};