Get rid of CTxMempool::lookup() entirely
This commit is contained in:
@@ -607,7 +607,6 @@ public:
|
||||
return (mapTx.count(hash) != 0);
|
||||
}
|
||||
|
||||
bool lookup(uint256 hash, CTransaction& result) const;
|
||||
std::shared_ptr<const CTransaction> get(const uint256& hash) const;
|
||||
TxMempoolInfo info(const uint256& hash) const;
|
||||
std::vector<TxMempoolInfo> infoAll() const;
|
||||
|
||||
Reference in New Issue
Block a user