We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the actual result when attempting manually:
curl --verbose -H "content-type: application/json" -X POST --data '"03d7b1a..."' http://127.0.0.1:18732/injection/operation ... * upload completely sent off: 320 out of 320 bytes < HTTP/1.1 500 Internal Server Error < content-length: 106 < content-type: application/json < [{"kind":"temporary","id":"failure","msg":"Unknown branch (BKjyVHcJu9yE), cannot inject the operation."}]
When attempting to use client.InjectionOperation(), json.Unmarshal assumes result is string and decode fails
go-tezos/rpc/independent.go
Line 77 in 430d106
json: cannot unmarshal array into Go value of type string
The text was updated successfully, but these errors were encountered:
Another example:
* upload completely sent off: 320 out of 320 bytes < HTTP/1.1 500 Internal Server Error < content-length: 259 < content-type: application/json < [{"kind":"temporary","id":"failure","msg":"Error while applying operation onhFNDM8v9h6A2p4F5uB1roCBbM2fwcUwxQNcAPYc9rhyuRSnZa:\nbranch refused (Error:\n Previously revealed manager key for contract tz1T1ScbsER3x2gex5LDL87uvGx9hwvNg1bq.\n)"}]
Sorry, something went wrong.
client.go:17, regRPCError does not properly match RPC errors:
https://play.golang.org/p/Or8-FeGRK28
No branches or pull requests
Here's the actual result when attempting manually:
When attempting to use client.InjectionOperation(), json.Unmarshal assumes result is string and decode fails
go-tezos/rpc/independent.go
Line 77 in 430d106
json: cannot unmarshal array into Go value of type string
The text was updated successfully, but these errors were encountered: