|
|
@ -789,7 +789,6 @@ public:
|
|
|
|
AssertLockHeld(cs);
|
|
|
|
AssertLockHeld(cs);
|
|
|
|
return mapTx.project<0>(mapTx.get<index_by_wtxid>().find(wtxid));
|
|
|
|
return mapTx.project<0>(mapTx.get<index_by_wtxid>().find(wtxid));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
TxMempoolInfo info(const uint256& hash) const;
|
|
|
|
|
|
|
|
TxMempoolInfo info(const GenTxid& gtxid) const;
|
|
|
|
TxMempoolInfo info(const GenTxid& gtxid) const;
|
|
|
|
std::vector<TxMempoolInfo> infoAll() const;
|
|
|
|
std::vector<TxMempoolInfo> infoAll() const;
|
|
|
|
|
|
|
|
|
|
|
|