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
2
crud.py
2
crud.py
|
|
@ -2,9 +2,9 @@ from datetime import datetime, timezone
|
|||
|
||||
from lnbits.db import Database
|
||||
from lnbits.helpers import urlsafe_short_hash
|
||||
from pynostr.key import PrivateKey
|
||||
|
||||
from .models import CreatePayLinkData, LnurlpSettings, PayLink
|
||||
from .nostr.key import PrivateKey
|
||||
|
||||
db = Database("ext_lnurlp")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue