mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
parent
d5226ba29f
commit
9287ad4089
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrBadResult = errors.New("bad result in JSON-RPC response")
|
|
||||||
ErrClientQuit = errors.New("client is closed")
|
ErrClientQuit = errors.New("client is closed")
|
||||||
ErrNoResult = errors.New("JSON-RPC response has no result")
|
ErrNoResult = errors.New("JSON-RPC response has no result")
|
||||||
ErrMissingBatchResponse = errors.New("response batch did not contain a response to this call")
|
ErrMissingBatchResponse = errors.New("response batch did not contain a response to this call")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue