mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
fixed super and multi_addr variable name
This commit is contained in:
@ -2,9 +2,9 @@ from abc import ABC, abstractmethod
|
||||
|
||||
class IStream(ABC):
|
||||
|
||||
def __init__(self, peer_id, maddr):
|
||||
def __init__(self, peer_id, multi_addr):
|
||||
self.peer_id = peer_id
|
||||
self.maddr = maddr
|
||||
self.multi_addr = multi_addr
|
||||
|
||||
@abstractmethod
|
||||
def protocol(self):
|
||||
|
||||
Reference in New Issue
Block a user