From 8dd1b9d5a7523730ede2010ff158e4355e437890 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 17 Jan 2024 16:06:50 +0100 Subject: [PATCH] fixed unused variable --- src/currency_core/blockchain_storage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/currency_core/blockchain_storage.cpp b/src/currency_core/blockchain_storage.cpp index 3261626b..49f49910 100644 --- a/src/currency_core/blockchain_storage.cpp +++ b/src/currency_core/blockchain_storage.cpp @@ -2729,7 +2729,6 @@ bool blockchain_storage::get_target_outs_for_amount_prezarcanum(const COMMAND_RP bool blockchain_storage::get_target_outs_for_amount_postzarcanum(const COMMAND_RPC_GET_RANDOM_OUTPUTS_FOR_AMOUNTS2::request& req, const COMMAND_RPC_GET_RANDOM_OUTPUTS_FOR_AMOUNTS2::offsets_distribution& details, COMMAND_RPC_GET_RANDOM_OUTPUTS_FOR_AMOUNTS::outs_for_amount& result_outs, std::map& amounts_to_up_index_limit_cache) const { - size_t decoys_count = details.offsets.size(); for (auto offset : details.offsets) { //perfectly we would need to find transaction's output on the given height, with the given probability