diff --git a/hathor/p2p/sync_v2/agent.py b/hathor/p2p/sync_v2/agent.py index 1b7e1a122..01519820a 100644 --- a/hathor/p2p/sync_v2/agent.py +++ b/hathor/p2p/sync_v2/agent.py @@ -193,9 +193,6 @@ def send_tx_to_peer_if_possible(self, tx: BaseTransaction) -> None: if not self._is_enabled: self.log.debug('sync is disabled') return - if not self.is_synced(): - # XXX Should we accept any tx while I am not synced? - return # XXX When we start having many txs/s this become a performance issue # Then we could change this to be a streaming of real time data with