From efc899e8725f9bdc4b7c27d0aad66c4ff2b214d5 Mon Sep 17 00:00:00 2001 From: lla-dane Date: Thu, 14 Aug 2025 11:34:40 +0530 Subject: [PATCH] fix abc.py file --- libp2p/abc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libp2p/abc.py b/libp2p/abc.py index 614af8bf..a9748339 100644 --- a/libp2p/abc.py +++ b/libp2p/abc.py @@ -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"""