From 9b9014a042a2fd4e92a03de04a267048e3ed8efe Mon Sep 17 00:00:00 2001 From: Bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:01:06 -0800 Subject: [PATCH] Update zbd.py set timeout on pay_invoice to 40 --- lnbits/wallets/zbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/wallets/zbd.py b/lnbits/wallets/zbd.py index d174f3df8..5447d9743 100644 --- a/lnbits/wallets/zbd.py +++ b/lnbits/wallets/zbd.py @@ -100,7 +100,7 @@ class ZBDWallet(Wallet): "internalId": "", "callbackUrl": "", }, - timeout=None, + timeout=40, ) if r.is_error: