all tests

This commit is contained in:
Yostra 2020-11-13 00:53:01 -05:00
parent ed08e25655
commit 936420f718
2 changed files with 329 additions and 354 deletions

View File

@ -48,11 +48,12 @@ class FullNodeDiscovery:
self.target_outbound_count = target_outbound_count
self.peer_db_path = path_from_root(root_path, peer_db_path)
if introducer_info is not None:
self.introducer_info = PeerInfo(
self.introducer_info: Optional[PeerInfo] = PeerInfo(
introducer_info.host,
introducer_info.port,
)
else:
self.introducer_info = None
self.peer_connect_interval = peer_connect_interval
self.log = log
self.relay_queue = None

File diff suppressed because it is too large Load Diff