From fed84de8b78f8c3904e6eac91d02786a0ecc0fd4 Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 15 Jul 2025 23:59:20 +0300 Subject: [PATCH] compilation fix --- tests/core_tests/chaingen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;