fix broken import of MilliSatoshi (#48)
This commit is contained in:
parent
e2f97f05dd
commit
bbe4ef9cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import shortuuid
|
|||
from fastapi import Query, Request
|
||||
from lnurl import Lnurl, LnurlWithdrawResponse
|
||||
from lnurl import encode as lnurl_encode
|
||||
from lnurl.types import ClearnetUrl, MilliSatoshi
|
||||
from lnurl.models import ClearnetUrl, MilliSatoshi
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue