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:
@ -26,5 +26,5 @@ class INetwork(ABC):
|
||||
def listen(self, *args):
|
||||
"""
|
||||
:param *args: one or many multiaddrs to start listening on
|
||||
:return: true if at least one success
|
||||
:return: True if at least one success
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user