mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
1646b087cf
* 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
8 lines
135 B
Python
8 lines
135 B
Python
from bolt11 import (
|
|
Bolt11 as Invoice, # noqa: F401
|
|
)
|
|
from bolt11 import (
|
|
decode, # noqa: F401
|
|
encode, # noqa: F401
|
|
)
|