1
0
Fork 0
forked from lthn/blockchain

gcc compilation fix

This commit is contained in:
sowle 2023-11-02 18:40:09 +01:00
parent 88ec0706da
commit 920a08c5ce
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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<tx_source_entry::output_entry> sorted_outputs;
std::vector<currency::tx_source_entry::output_entry> sorted_outputs;
size_t real_out_index = 0;
};
std::vector<input_generation_context_data> in_contexts;