mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Apply PR feedback and fix
This commit is contained in:
@ -16,6 +16,8 @@ class PeerData(IPeerData):
|
||||
addrs: List[Multiaddr]
|
||||
|
||||
def __init__(self) -> None:
|
||||
self.pubkey = None
|
||||
self.privkey = None
|
||||
self.metadata = {}
|
||||
self.protocols = []
|
||||
self.addrs = []
|
||||
|
||||
Reference in New Issue
Block a user