273 | @@ -274,6 +274,7 @@ def test_preferred_tiebreaker_inv(self):
274 | pref_peer = self.nodes[0].add_outbound_p2p_connection(
275 | TestP2PConn(), wait_for_verack=True, p2p_idx=1, connection_type="outbound-full-relay")
276 | pref_peer.send_message(msg_inv([CInv(t=MSG_WTX, h=0xff00ff00)]))
277 | + pref_peer.sync_with_ping()
There are not many remaining cases of send_message, so in theory it could be renamed to send_without_ping to make the misuse more apparent? Though, that'd be a follow-up.
didn't get to it before merge.
not many remaining cases
well, I count ~130 still, so definitely some churn involved changing most of these. Still, it would make sense to me.
seems to cause quite a few nuisance issues in tests, may be worth it going forward