Skip to content

Commit 2a86be0

Browse files
authored
Merge pull request #875 from HathorNetwork/fix/sync-v2-tx-streaming-client-assert
fix(sync-v2): adjust init assertion
2 parents 448a560 + 0643529 commit 2a86be0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hathor/p2p/sync_v2/transaction_streaming_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def __init__(self,
8484
self._existing_deps: set[VertexId] = set()
8585

8686
self._prepare_block(self.partial_blocks[0])
87-
assert self._waiting_for
8887

8988
def wait(self) -> Deferred[StreamEnd]:
9089
"""Return the deferred."""

0 commit comments

Comments
 (0)