This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
lnbits-legend
Watch
1
Star
0
Fork
0
You've already forked lnbits-legend
mirror of
https://github.com/lnbits/lnbits-legend.git
synced
2025-01-18 13:27:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
596167f443
lnbits-legend
/
lnbits
/
bolt11.py
8 lines
135 B
Python
Raw
Normal View
History
Unescape
Escape
adding bolt11 lib and removing bolt11.py from the codebase (#1817) * add latest bolt11 lib decode exception handling for create_payment fix json response for decode bugfix hexing description hash improvement on bolt11 lib update to bolt11 2.0.1 fix clnrest * bolt 2.0.4 * refactor core/crud.py * catch bolt11 erxception clnrest
2023-09-25 12:06:54 +02:00
from
bolt11
import
(
Bolt11
as
Invoice
,
# noqa: F401
)
from
bolt11
import
(
decode
,
# noqa: F401
encode
,
# noqa: F401
)
Reference in New Issue
Copy Permalink