mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Change params multiaddr to maddr
To make pylint happy
This commit is contained in:
@ -4,7 +4,7 @@ from abc import ABC, abstractmethod
|
||||
class ITransport(ABC):
|
||||
|
||||
@abstractmethod
|
||||
def dial(self, multiaddr, self_id, options=None):
|
||||
def dial(self, maddr, self_id, options=None):
|
||||
"""
|
||||
dial a transport to peer listening on multiaddr
|
||||
:param multiaddr: multiaddr of peer
|
||||
|
||||
Reference in New Issue
Block a user