| 723 | void TxRequestTracker::SanityCheck() const { m_impl->SanityCheck(); } |
| 724 | |
| 725 | void TxRequestTracker::PostGetRequestableSanityCheck(std::chrono::microseconds now) const |
| 726 | { |
| 727 | m_impl->PostGetRequestableSanityCheck(now); |
| 728 | } |
| 729 | |
| 730 | void TxRequestTracker::ReceivedInv(NodeId peer, const GenTxid& gtxid, bool preferred, |
| 731 | std::chrono::microseconds reqtime) |
no outgoing calls