bugfixes and fix topup wallet

This commit is contained in:
dni ⚡
2022-10-12 13:08:59 +02:00
parent 91a5f7d214
commit c9ead25d50
7 changed files with 60 additions and 41 deletions
+1
View File
@@ -84,6 +84,7 @@ async def check_funding_source() -> None:
def signal_handler(signal, frame):
logger.debug(f"SIGINT received, terminating LNbits.")
sys.exit(1)
signal.signal(signal.SIGINT, signal_handler)
WALLET = get_wallet_class()