aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coins.h')
-rw-r--r--src/coins.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/coins.h b/src/coins.h
index 43da9a3c63..1203c3fada 100644
--- a/src/coins.h
+++ b/src/coins.h
@@ -272,8 +272,6 @@ public:
//! Check whether all prevouts of the transaction are present in the UTXO set represented by this view
bool HaveInputs(const CTransaction& tx) const;
- const CTxOut &GetOutputFor(const CTxIn& input) const;
-
private:
CCoinsMap::iterator FetchCoins(const COutPoint &outpoint) const;