add expiry to Payment model

This commit is contained in:
callebtc
2022-12-02 18:51:18 +01:00
parent 2134b63cea
commit 7a6450f032
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from lnbits.core.crud import (
get_standalone_payment,
)
from lnbits.core.services import redeem_lnurl_withdraw
from lnbits.settings import WALLET
from .core import db