Fix dumb mistake
This commit is contained in:
parent
3b0d8fdd29
commit
1a5e8603c7
@ -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")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user