MCPcopy Create free account
hub / github.com/ElementsProject/elements / IgnoresIncomingTxs

Method IgnoresIncomingTxs

src/net_processing.cpp:329–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; };

Callers 1

getnetworkinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected