diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index 43a28913..97dd5bce 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -819,7 +819,7 @@ bool construct_broken_tx(const currency::account_keys& sender_account_keys, cons struct input_generation_context_data { currency::keypair in_ephemeral; - std::vector sorted_outputs; + std::vector sorted_outputs; size_t real_out_index = 0; }; std::vector in_contexts;