aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-10-22 12:15:15 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-10-22 12:32:08 +0200
commitfaeb9a575367119dbff60c35fa2c13547718e179 (patch)
treed837186aa9c98a04a35040342e1aee9026d14d1f /src/txmempool.h
parentc001da306b29c46ef1e7421002c3aba3ff5ed514 (diff)
downloadbitcoin-faeb9a575367119dbff60c35fa2c13547718e179.tar.xz
remove unused CTxMemPool::info(const uint256& txid)
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 1fd0c70891..c63522225a 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -789,7 +789,6 @@ public:
AssertLockHeld(cs);
return mapTx.project<0>(mapTx.get<index_by_wtxid>().find(wtxid));
}
- TxMempoolInfo info(const uint256& hash) const;
TxMempoolInfo info(const GenTxid& gtxid) const;
std::vector<TxMempoolInfo> infoAll() const;