mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 11:16:07 -04:00
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.
This commit is contained in:
parent
a6e717ed30
commit
9ef8c7b694
6 changed files with 18 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue