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
@@ -84,7 +84,7 @@ class LNPayWallet(Wallet):
f"{self.endpoint}/wallet/{self.wallet_key}/withdraw",
headers=self.auth,
json={"payment_request": bolt11},
timeout=180,
timeout=None,
)
try: