Add key validation utilities and integrate

This commit is contained in:
thePR0M3TH3AN
2025-08-01 10:38:40 -04:00
parent 20896812a4
commit cc8fba9f12
14 changed files with 206 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ class FakeEntries:
self.added.append(("pgp", label))
return 1
def add_nostr_key(self, label):
def add_nostr_key(self, label, seed=None):
self.added.append(("nostr", label))
return 1