forked from lthn/blockchain
gcc compilation fix
This commit is contained in:
parent
88ec0706da
commit
920a08c5ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue