| 728 | } |
| 729 | |
| 730 | void TxRequestTracker::ReceivedInv(NodeId peer, const GenTxid& gtxid, bool preferred, |
| 731 | std::chrono::microseconds reqtime) |
| 732 | { |
| 733 | m_impl->ReceivedInv(peer, gtxid, preferred, reqtime); |
| 734 | } |
| 735 | |
| 736 | void TxRequestTracker::RequestedTx(NodeId peer, const uint256& txhash, std::chrono::microseconds expiry) |
| 737 | { |