| 327 | std::optional<std::string> FetchBlock(NodeId peer_id, const CBlockIndex& block_index) override; |
| 328 | bool GetNodeStateStats(NodeId nodeid, CNodeStateStats& stats) const override; |
| 329 | bool IgnoresIncomingTxs() override { return m_ignore_incoming_txs; } |
| 330 | void SendPings() override; |
| 331 | void RelayTransaction(const uint256& txid, const uint256& wtxid) override; |
| 332 | void SetBestHeight(int height) override { m_best_height = height; }; |