Wallets: increase timeouts (#787)

* increase pay timeouts to infinite
This commit is contained in:
calle
2022-07-27 15:29:44 +02:00
committed by GitHub
parent ea76995467
commit 0c5cb8cb9e
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class LNbitsWallet(Wallet):
url=f"{self.endpoint}/api/v1/payments",
headers=self.key,
json={"out": True, "bolt11": bolt11},
timeout=100,
timeout=None,
)
ok, checking_id, fee_msat, error_message = not r.is_error, None, 0, None