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"
|
||||
)
|
||||
|
||||
const (
|
||||
ErrorEVM = iota + 2
|
||||
ErrorConfig
|
||||
ErrorMissingBlockhash
|
||||
onst (
|
||||
ErrorEVM = 2
|
||||
ErrorConfig = 3
|
||||
ErrorMissingBlockhash = 4
|
||||
|
||||
ErrorJson
|
||||
ErrorIO
|
||||
ErrorRlp
|
||||
ErrorJson = 10
|
||||
ErrorIO = 11
|
||||
ErrorRlp = 12
|
||||
|
||||
stdinSelector = "stdin"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue