feat: use custom mempool_endpoint for the charge details

This commit is contained in:
Vlad Stan
2022-07-28 15:35:39 +03:00
parent 4cb54ce549
commit ac3f95e6c2
5 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from lnbits.core.services import create_invoice
from lnbits.core.views.api import api_payment
from lnbits.helpers import urlsafe_short_hash
from ..watchonly.crud import get_fresh_address, get_config, get_watch_wallet
from ..watchonly.crud import get_fresh_address, get_config
# from lnbits.db import open_ext_db
from . import db