Rollback changes

This commit is contained in:
moein 2023-08-25 05:48:01 +04:30
parent c9cb526169
commit 99d2569c24

View file

@ -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"
)