You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual grpc API are generated in the current version of master, and the listtransaction want an additional filed, on my node I receive the following error
Another exception was thrown: Exception: gRPC Error (code: 2, codeName: UNKNOWN, message: Error calling method ListTransactions: RpcError { code: None, message: "Malformed response from lightningd: missing field `amount_msat`" },
details: [], rawResponse: null, trailers: {date: Sun, 26 Jun 2022 17:00:06 GMT})
The actual grpc API are generated in the current version of master, and the listtransaction want an additional filed, on my node I receive the following error
We need to generate the GRPC file from the last release https://github.com/ElementsProject/lightning/releases
P.S: You need to check out the git tag!
The text was updated successfully, but these errors were encountered: