This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
lnbits-legend
Watch
1
Star
0
Fork
You've already forked lnbits-legend
0
mirror of
https://github.com/lnbits/lnbits-legend.git
synced
2025-02-25 15:10:41 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dbacf7e8c1
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 a new issue
Copy permalink