mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-06 10:24:21 +01:00
Add Blink backend (#433)
* wip blink * Blink working * check fee correctly * add comment * unfix lnbits * unit test blink backend * make format * mypy * settings * add error if blink key not set
This commit is contained in:
@@ -46,7 +46,7 @@ class LNbitsWallet(LightningBackend):
|
||||
except Exception:
|
||||
return StatusResponse(
|
||||
error_message=(
|
||||
f"Failed to connect to {self.endpoint}, got: '{r.text[:200]}...'"
|
||||
f"Received invalid response from {self.endpoint}: {r.text}"
|
||||
),
|
||||
balance=0,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user