diff options
| author | Pieter Wuille <[email protected]> | 2016-06-07 13:44:56 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-06-07 13:44:56 +0200 |
| commit | 288d85ddf2e0a0c9d25a23db56052883170466d0 (patch) | |
| tree | 79da8673928fa0254b103a983b137136ea8de40c /src/txmempool.h | |
| parent | Optimization: use usec in expiration and reuse nNow (diff) | |
| download | discoin-288d85ddf2e0a0c9d25a23db56052883170466d0.tar.xz discoin-288d85ddf2e0a0c9d25a23db56052883170466d0.zip | |
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 2f407fe00..f0e9b2e2c 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; |