Change params multiaddr to maddr

To make pylint happy
This commit is contained in:
mhchia
2019-07-10 19:33:38 +08:00
parent c8cb375d19
commit a7ce230d05
3 changed files with 10 additions and 10 deletions

View File

@ -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