diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2017-04-26 16:09:27 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2017-06-01 13:15:25 -0700 |
commit | 119e552f7ccd49c0137a3c6b4f94018a84d69620 (patch) | |
tree | 8f57485e1a2e8e4a420081caf9378eda390163cd /src/coins.h | |
parent | 580b023092a28f444068b53792eb542f9d5e6892 (diff) |
Merge CCoinsViewCache's GetOutputFor and AccessCoin
They're doing the same thing now.
Diffstat (limited to 'src/coins.h')
-rw-r--r-- | src/coins.h | 2 |
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; |