mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
refactor: Remove stale NOLINTNEXTLINE above GetAddressInfoBaseFields
There is no recursion.
This commit is contained in:
@@ -365,7 +365,6 @@ static UniValue DescribeWalletAddress(const CWallet& wallet, const CTxDestinatio
|
||||
return ret;
|
||||
}
|
||||
|
||||
// NOLINTNEXTLINE(misc-no-recursion)
|
||||
static std::vector<RPCResult> GetAddressInfoBaseFields()
|
||||
{
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user