fix abc.py file

This commit is contained in:
lla-dane
2025-08-14 11:34:40 +05:30
parent cea1985c5c
commit efc899e872

View File

@ -974,6 +974,7 @@ class IPeerStore(
def get_local_record(self) -> Optional["Envelope"]:
"""Get the local-peer-record wrapped in Envelope"""
@abstractmethod
def set_local_record(self, envelope: "Envelope") -> None:
"""Set the local-peer-record wrapped in Envelope"""