Skip to content

Commit cf918ea

Browse files
rizkyikiw42atkinsonholly
authored andcommitted
rpc: remove unused vars (ethereum#33012)
1 parent 55d838d commit cf918ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpc/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import (
3232
)
3333

3434
var (
35-
ErrBadResult = errors.New("bad result in JSON-RPC response")
3635
ErrClientQuit = errors.New("client is closed")
3736
ErrNoResult = errors.New("JSON-RPC response has no result")
3837
ErrMissingBatchResponse = errors.New("response batch did not contain a response to this call")

0 commit comments

Comments
 (0)