1
0
Fork 0
forked from lthn/blockchain

compilation fix

This commit is contained in:
sowle 2025-07-15 23:59:20 +03:00
parent a08772ea6a
commit fed84de8b7
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -1450,7 +1450,7 @@ bool fill_tx_sources(std::vector<currency::tx_source_entry>& sources, const std:
bool fill_tx_sources(std::vector<currency::tx_source_entry>& sources, const std::vector<test_event_entry>& events,
const currency::block& blk_head, const currency::account_keys& from, const std::unordered_map<crypto::public_key, uint64_t>& amounts, size_t nmix,
const std::vector<currency::tx_source_entry>& sources_to_avoid, uint64_t fts_flags, std::unordered_map<crypto::public_key, uint64_t>* p_sources_amounts /* = nullptr */,
const mixins_per_input* nmix_map = nullptr)
const mixins_per_input* nmix_map /* = nullptr */)
{
map_output_idx_t outs;
map_output_t outs_mine;