bugfixes and fix topup wallet
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user