diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-05-01 19:40:14 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-05-01 20:59:41 +0100 |
commit | 9ef8c7b694f8f00c8a70e05ff88a5768b8f78a3c (patch) | |
tree | af60b11e684867682433a30e402a148a55e15ce8 /tests/core_tests/v2_tests.h | |
parent | cn_deserialize: deserialize tx_extra too (diff) | |
download | monero-9ef8c7b694f8f00c8a70e05ff88a5768b8f78a3c.tar.xz |
tests: fix tests broken by the removal of the block reward accumulation loop
The tests for rejection of unmixable outputs in v2 are commented out,
as there are no unmixable outputs created anymore. This should be
restored at some point.
Diffstat (limited to 'tests/core_tests/v2_tests.h')
-rw-r--r-- | tests/core_tests/v2_tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/v2_tests.h b/tests/core_tests/v2_tests.h index c296f0d8b..10049ec95 100644 --- a/tests/core_tests/v2_tests.h +++ b/tests/core_tests/v2_tests.h @@ -70,7 +70,7 @@ struct gen_v2_tx_validation_base : public test_chain_unit_base } bool generate_with(std::vector<test_event_entry>& events, const int *out_idx, int mixin, - uint64_t amount_paid, size_t max_outs, bool valid) const; + uint64_t amount_paid, bool valid) const; private: size_t m_invalid_tx_index; |