mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Change IMuxedConn to INetConn in Notifee
This commit is contained in:
@ -7,7 +7,7 @@ from libp2p.typing import TProtocol
|
||||
|
||||
class INetStream(ReadWriteCloser):
|
||||
|
||||
mplex_conn: IMuxedConn
|
||||
muxed_conn: IMuxedConn
|
||||
|
||||
@abstractmethod
|
||||
def get_protocol(self) -> TProtocol:
|
||||
|
||||
Reference in New Issue
Block a user