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