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
Currently when a Zingolib wallet tries to spend coinbase funds the following error is returned:
called Result::unwrap()on anErrvalue: CompleteAndBroadcast(Broadcast(Broadcast("Send Error: status: Internal, message: \"Error: JsonRPC Client Error: Error: Serialization/Deserialization Error: missing fieldresult at line 1 column 202\", details: [], metadata: MetadataMap { headers: {\"content-type\": \"application/grpc\", \"date\": \"Fri, 06 Dec 2024 15:36:08 GMT\", \"content-length\": \"0\"} }")))
After recent updates in zebra [https://github.com/ZcashFoundation/zebra/pull/9063] Lightwalletd is now functioning correctly so it appears this is an update that is required in Zaino, not Zebra or Zingolib as previously thought.
The text was updated successfully, but these errors were encountered:
Currently when a Zingolib wallet tries to spend coinbase funds the following error is returned:
called
Result::unwrap()on an
Errvalue: CompleteAndBroadcast(Broadcast(Broadcast("Send Error: status: Internal, message: \"Error: JsonRPC Client Error: Error: Serialization/Deserialization Error: missing field
resultat line 1 column 202\", details: [], metadata: MetadataMap { headers: {\"content-type\": \"application/grpc\", \"date\": \"Fri, 06 Dec 2024 15:36:08 GMT\", \"content-length\": \"0\"} }")))
After recent updates in zebra [https://github.com/ZcashFoundation/zebra/pull/9063] Lightwalletd is now functioning correctly so it appears this is an update that is required in Zaino, not Zebra or Zingolib as previously thought.
The text was updated successfully, but these errors were encountered: