refactor: pynostr instead of custom nostr lib (#112)

This commit is contained in:
dni ⚡ 2025-11-20 10:12:18 +01:00 committed by GitHub
commit c4d923e9af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 6 additions and 464 deletions

View file

@ -1,7 +1,6 @@
from fastapi import Request
from lnurl import encode as lnurl_encode
from .nostr.key import PrivateKey
from pynostr.key import PrivateKey
def parse_nostr_private_key(key: str) -> PrivateKey: