diff --git a/tests/core_tests/chaingen.cpp b/tests/core_tests/chaingen.cpp index a2560f31..3e893503 100644 --- a/tests/core_tests/chaingen.cpp +++ b/tests/core_tests/chaingen.cpp @@ -1450,7 +1450,7 @@ bool fill_tx_sources(std::vector& sources, const std: bool fill_tx_sources(std::vector& sources, const std::vector& events, const currency::block& blk_head, const currency::account_keys& from, const std::unordered_map& amounts, size_t nmix, const std::vector& sources_to_avoid, uint64_t fts_flags, std::unordered_map* 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;