We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa3b96 commit 7fb91f3Copy full SHA for 7fb91f3
rpc/client.go
@@ -32,7 +32,6 @@ import (
32
)
33
34
var (
35
- ErrBadResult = errors.New("bad result in JSON-RPC response")
36
ErrClientQuit = errors.New("client is closed")
37
ErrNoResult = errors.New("JSON-RPC response has no result")
38
ErrMissingBatchResponse = errors.New("response batch did not contain a response to this call")
0 commit comments