Merge branch 'main' into fix/mypy

This commit is contained in:
ben
2022-07-27 19:57:23 +01:00
61 changed files with 1824 additions and 102 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class EclairWallet(Wallet):
f"{self.url}/payinvoice",
headers=self.auth,
data={"invoice": bolt11, "blocking": True},
timeout=40,
timeout=None,
)
if "error" in r.json():