mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
listener interface
This commit is contained in:
@ -22,5 +22,6 @@ class IConnection(ABC):
|
||||
def set_peer_info(self, peer_info):
|
||||
"""
|
||||
:param peer_info: a peer info object that contains info of peer
|
||||
:return: true if successful
|
||||
:return: True if successful
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user