diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-06-07 13:44:56 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-06-07 13:44:56 +0200 |
commit | 288d85ddf2e0a0c9d25a23db56052883170466d0 (patch) | |
tree | 79da8673928fa0254b103a983b137136ea8de40c /src/txmempool.h | |
parent | c2a4724642400bc9200aeef4c725b5c07eee9d90 (diff) |
Get rid of CTxMempool::lookup() entirely
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index 2f407fe008..f0e9b2e2c6 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -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; |