Fix dumb mistake

This commit is contained in:
zenground0 2023-03-15 11:20:26 -06:00 committed by Jennifer Wang
parent 3b0d8fdd29
commit 1a5e8603c7

View File

@ -1,7 +1,6 @@
package main package main
import ( import (
"context"
"fmt" "fmt"
"os" "os"
"path/filepath" "path/filepath"
@ -40,7 +39,6 @@ var evmBalanceCmd = &cli.Command{
return xerrors.New("only needs state root") return xerrors.New("only needs state root")
} }
ctx := context.TODO()
if !cctx.Args().Present() { if !cctx.Args().Present() {
return fmt.Errorf("must pass state root") return fmt.Errorf("must pass state root")
} }