mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Rename stream muxer initiator flags
This commit is contained in:
@ -69,7 +69,7 @@ class Mplex(IMuxedConn):
|
||||
|
||||
@property
|
||||
def is_initiator(self) -> bool:
|
||||
return self.secured_conn.initiator
|
||||
return self.secured_conn.is_initiator
|
||||
|
||||
async def close(self) -> None:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user