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

@@ -420,6 +420,7 @@ class EntryService:
with self._lock:
idx = self._manager.entry_manager.add_nostr_key(
label,
self._manager.parent_seed,
index=index,
notes=notes,
)