mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Rollback changes
This commit is contained in:
parent
c9cb526169
commit
99d2569c24
1 changed files with 7 additions and 7 deletions
|
|
@ -42,14 +42,14 @@ import (
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
onst (
|
||||||
ErrorEVM = iota + 2
|
ErrorEVM = 2
|
||||||
ErrorConfig
|
ErrorConfig = 3
|
||||||
ErrorMissingBlockhash
|
ErrorMissingBlockhash = 4
|
||||||
|
|
||||||
ErrorJson
|
ErrorJson = 10
|
||||||
ErrorIO
|
ErrorIO = 11
|
||||||
ErrorRlp
|
ErrorRlp = 12
|
||||||
|
|
||||||
stdinSelector = "stdin"
|
stdinSelector = "stdin"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue