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