removed comments
This commit is contained in:
parent
08b37ee7cd
commit
f32b0cc3ef
|
@ -9,10 +9,6 @@ class Stream(IStream):
|
||||||
ip = maddr.get_protocol_value("ip4")
|
ip = maddr.get_protocol_value("ip4")
|
||||||
port = maddr.get_protocol_value("tcp")
|
port = maddr.get_protocol_value("tcp")
|
||||||
|
|
||||||
# look up peer_id -> multiaddr in peer store
|
|
||||||
# parse multiaddr and set_protocol based on it
|
|
||||||
# open connection to multiaddr
|
|
||||||
# save connection to stream's state
|
|
||||||
self.open_connection(ip, port)
|
self.open_connection(ip, port)
|
||||||
|
|
||||||
async def open_connection(self, ip, port):
|
async def open_connection(self, ip, port):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user