remove STARTUP_INVOICE_EXPIRY_CHECK
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user