mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
rpc: remove unused vars (#33012)
This commit is contained in:
parent
cfa3b96103
commit
7fb91f3cd5
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
ErrBadResult = errors.New("bad result in JSON-RPC response")
|
||||
ErrClientQuit = errors.New("client is closed")
|
||||
ErrNoResult = errors.New("JSON-RPC response has no result")
|
||||
ErrMissingBatchResponse = errors.New("response batch did not contain a response to this call")
|
||||
|
|
|
|||
Loading…
Reference in a new issue