1
0
Fork 0
forked from lthn/blockchain

fixed unused variable

This commit is contained in:
cryptozoidberg 2024-01-17 16:06:50 +01:00
parent c99c23b9da
commit 8dd1b9d5a7
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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<uint64_t, uint64_t>& 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