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
@@ -85,7 +85,7 @@ class OpenNodeWallet(Wallet):
f"{self.endpoint}/v2/withdrawals",
headers=self.auth,
json={"type": "ln", "address": bolt11},
timeout=180,
timeout=None,
)
if r.is_error: