mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
fix: proper connection config setup
This commit is contained in:
@ -465,8 +465,6 @@ class Swarm(Service, INetworkService):
|
||||
# Default to first connection
|
||||
return connections[0]
|
||||
|
||||
# >>>>>>> upstream/main
|
||||
|
||||
async def listen(self, *multiaddrs: Multiaddr) -> bool:
|
||||
"""
|
||||
:param multiaddrs: one or many multiaddrs to start listening on
|
||||
|
||||
Reference in New Issue
Block a user