refactor: pynostr instead of custom nostr lib (#112)
This commit is contained in:
parent
9a152723e2
commit
c4d923e9af
9 changed files with 6 additions and 464 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue