make lndgrpc work using the purerpc library and a manually-declared method.
This commit is contained in:
@@ -95,6 +95,6 @@ class LNPayWallet(Wallet):
|
||||
)
|
||||
data = r.json()
|
||||
if data["settled"]:
|
||||
self.send.send(lntx_id)
|
||||
await self.send.send(lntx_id)
|
||||
|
||||
return "", HTTPStatus.NO_CONTENT
|
||||
|
||||
Reference in New Issue
Block a user