aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-04-26 16:09:27 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2017-06-01 13:15:25 -0700
commit119e552f7ccd49c0137a3c6b4f94018a84d69620 (patch)
tree8f57485e1a2e8e4a420081caf9378eda390163cd /src/coins.h
parent580b023092a28f444068b53792eb542f9d5e6892 (diff)
downloadbitcoin-119e552f7ccd49c0137a3c6b4f94018a84d69620.tar.xz
Merge CCoinsViewCache's GetOutputFor and AccessCoin
They're doing the same thing now.
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;