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