mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 23:51:07 +00:00
fix abc.py file
This commit is contained in:
@ -974,6 +974,7 @@ class IPeerStore(
|
|||||||
def get_local_record(self) -> Optional["Envelope"]:
|
def get_local_record(self) -> Optional["Envelope"]:
|
||||||
"""Get the local-peer-record wrapped in Envelope"""
|
"""Get the local-peer-record wrapped in Envelope"""
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
def set_local_record(self, envelope: "Envelope") -> None:
|
def set_local_record(self, envelope: "Envelope") -> None:
|
||||||
"""Set the local-peer-record wrapped in Envelope"""
|
"""Set the local-peer-record wrapped in Envelope"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user