remove STARTUP_INVOICE_EXPIRY_CHECK

This commit is contained in:
callebtc
2022-12-02 17:39:56 +01:00
parent 4e69924c9c
commit 1a98f15d48
4 changed files with 5 additions and 7 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
from sqlalchemy.exc import OperationalError # type: ignore
from lnbits import bolt11
import datetime
from sqlalchemy.exc import OperationalError # type: ignore
from lnbits import bolt11
async def m000_create_migrations_table(db):
await db.execute(