Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions hathor/p2p/sync_v2/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down