mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 14:14:00 +01:00
Merge CCoinsViewCache's GetOutputFor and AccessCoin
They're doing the same thing now.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user