From a2ac6f9582c4c996fa36e4801fa0aac756235754 Mon Sep 17 00:00:00 2001 From: furszy Date: Wed, 20 Jul 2022 13:24:05 -0300 Subject: wallet: unify FindNonChangeParentOutput functions The function is only used in ListCoins. --- src/wallet/spend.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/spend.h') diff --git a/src/wallet/spend.h b/src/wallet/spend.h index 281a6ca9e8..14a057b1ea 100644 --- a/src/wallet/spend.h +++ b/src/wallet/spend.h @@ -99,7 +99,6 @@ CAmount GetAvailableBalance(const CWallet& wallet, const CCoinControl* coinContr /** * Find non-change parent output. */ -const CTxOut& FindNonChangeParentOutput(const CWallet& wallet, const CTransaction& tx, int output) EXCLUSIVE_LOCKS_REQUIRED(wallet.cs_wallet); const CTxOut& FindNonChangeParentOutput(const CWallet& wallet, const COutPoint& outpoint) EXCLUSIVE_LOCKS_REQUIRED(wallet.cs_wallet); /** -- cgit v1.2.3