I want them to turn black
This commit is contained in:
@@ -75,8 +75,7 @@ class SparkWallet(Wallet):
|
||||
return StatusResponse(str(e), 0)
|
||||
|
||||
return StatusResponse(
|
||||
None,
|
||||
sum([ch["channel_sat"] * 1000 for ch in funds["channels"]]),
|
||||
None, sum([ch["channel_sat"] * 1000 for ch in funds["channels"]])
|
||||
)
|
||||
|
||||
async def create_invoice(
|
||||
|
||||
Reference in New Issue
Block a user