1 2 3 4 5 6 7 8 9
crate::ix!(); impl IgnoresIncomingTxs for PeerManager { fn ignores_incoming_txs(&mut self) -> bool { self.ignore_incoming_txs } }