From 37a16ffd7011828a8b6fa175bfc1f03be41bb261 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 2 Apr 2022 16:01:40 +0100 Subject: refactor: fix clang-tidy named args usage --- src/txmempool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/txmempool.cpp') diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 33918cceab..a480eb038d 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -328,7 +328,7 @@ bool CTxMemPool::CalculateMemPoolAncestors(const CTxMemPoolEntry &entry, staged_ancestors = it->GetMemPoolParentsConst(); } - return CalculateAncestorsAndCheckLimits(entry.GetTxSize(), /* entry_count */ 1, + return CalculateAncestorsAndCheckLimits(entry.GetTxSize(), /*entry_count=*/1, setAncestors, staged_ancestors, limitAncestorCount, limitAncestorSize, limitDescendantCount, limitDescendantSize, errString); -- cgit v1.2.3