Skip to content

Commit

Permalink
fix: readd MilliSatoshis from bolt11 (#40)
Browse files Browse the repository at this point in the history
issue #39
  • Loading branch information
dni authored Aug 13, 2024
1 parent e3e589a commit 14a66e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lnurl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# backward compatibility, MilliSatoshi is now imported from bolt11
from bolt11 import MilliSatoshi

from .core import decode, encode, execute, execute_login, execute_pay_request, execute_withdraw, get, handle
from .models import (
LnurlAuthResponse,
Expand Down Expand Up @@ -33,4 +36,5 @@
"LnurlResponse",
"LnurlSuccessResponse",
"LnurlWithdrawResponse",
"MilliSatoshi",
]

0 comments on commit 14a66e6

Please sign in to comment.