mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
Wire some missing properties up
This commit is contained in:
@ -39,7 +39,7 @@ class Mplex(IMuxedConn):
|
||||
:param peer_id: peer_id of peer the connection is to
|
||||
"""
|
||||
self.conn = secured_conn
|
||||
self.initiator = self.conn.initiator
|
||||
self.initiator = secured_conn.initiator
|
||||
|
||||
# Store generic protocol handler
|
||||
self.generic_protocol_handler = generic_protocol_handler
|
||||
|
||||
Reference in New Issue
Block a user