From 8543bb187f4a764b2d333ac44ad88213f94a492a Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 16 Nov 2022 03:15:31 +0100 Subject: [PATCH] compilation fix --- tests/core_tests/chaingen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index c4abf92a..569add6e 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -428,7 +428,6 @@ public: bool find_kernel(const std::list& accs, const blockchain_vector& blck_chain, - const outputs_index& indexes, wallets_vector& wallets, currency::pos_entry& pe, size_t& found_wallet_index, @@ -438,6 +437,7 @@ public: bool build_wallets(const blockchain_vector& blocks, const std::list& accs, const tx_global_indexes& txs_outs, + const outputs_index& oi, wallets_vector& wallets, const currency::core_runtime_config& cc = currency::get_default_core_runtime_config());