From 43568782c23185a0599a6e60d61db4716da1cda1 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Tue, 5 Oct 2021 21:17:22 +0800 Subject: External input fund support cleanups Synchronize error checking for external inputs Rename external output Select to SelectExternal Const FundTransaction variables --- src/wallet/coincontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/coincontrol.h') diff --git a/src/wallet/coincontrol.h b/src/wallet/coincontrol.h index c989512d3e..edd81e590f 100644 --- a/src/wallet/coincontrol.h +++ b/src/wallet/coincontrol.h @@ -93,7 +93,7 @@ public: setSelected.insert(output); } - void Select(const COutPoint& outpoint, const CTxOut& txout) + void SelectExternal(const COutPoint& outpoint, const CTxOut& txout) { setSelected.insert(outpoint); m_external_txouts.emplace(outpoint, txout); -- cgit v1.2.3