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
Hello, rpc.GetStatus return error failed to unmarshal rpc result, details: json: cannot unmarshal object into Go struct field .block_sync.forward of type string"
Hi @lucky777strike, sorry but I can't reproduce with this data. We have a test with the same block_sync values, and it works fine.
test: tests/rpc/rpc_client_test.go:400
fixture: tests/data/rpc_response/get_status.json
Hello, rpc.GetStatus return error
failed to unmarshal rpc result, details: json: cannot unmarshal object into Go struct field .block_sync.forward of type string"
when node send jsone like this
... "block_sync": { "historical": null, "forward": null }
The text was updated successfully, but these errors were encountered: