From 19c844d814738bb524b252a3bc414cb7ea0f1121 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 18 May 2026 14:51:46 -0400 Subject: [PATCH] Style. --- include/bitcoin/database/impl/query/fee_rate.ipp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bitcoin/database/impl/query/fee_rate.ipp b/include/bitcoin/database/impl/query/fee_rate.ipp index a638b83cd..adb185a57 100644 --- a/include/bitcoin/database/impl/query/fee_rate.ipp +++ b/include/bitcoin/database/impl/query/fee_rate.ipp @@ -87,8 +87,8 @@ bool CLASS::get_branch_fees(const stopper& cancel, fee_rate_sets& out, constexpr auto relaxed = std::memory_order_relaxed; // Parallel execution saves ~50%. - std::for_each(parallel, offsets.cbegin(), offsets.cend(), - [&](const size_t& offset) NOEXCEPT + std::for_each(offsets.cbegin(), offsets.cend(), + [&](size_t offset) NOEXCEPT { if (fail.load(relaxed)) return;