lnbits-legend/lnbits/core
2021-04-04 13:35:42 +01:00
..
static stop doing the check_invoices thing on each call. do it once on lnbits starup and then rely on the invoices listener. 2021-03-21 17:57:33 -03:00
templates/core fix: lnurlpay comment was being parsed as number. 2021-03-26 21:10:15 -03:00
views fix sqlite database locked issues by using an async lock on the database and requiring explicit transaction control (or each command will be its own transaction). 2021-03-26 19:10:30 -03:00
__init__.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
crud.py fix sqlite database locked issues by using an async lock on the database and requiring explicit transaction control (or each command will be its own transaction). 2021-03-26 19:10:30 -03:00
migrations.py actually do the fee abs() thing on the balances view. 2021-03-31 20:22:34 -03:00
models.py stop bloating the logs with checking routine. 2021-03-31 20:24:46 -03:00
services.py actually do the fee abs() thing on the balances view. 2021-03-31 20:22:34 -03:00
tasks.py black formatting 2020-12-31 18:50:16 +01:00