Skip to content

Commit

Permalink
and the state command
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist committed Mar 4, 2021
1 parent 72c2df7 commit f7ad0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ var Commands = []*cli.Command{
WithCategory("basic", paychCmd),
WithCategory("developer", authCmd),
WithCategory("developer", mpoolCmd),
WithCategory("developer", stateCmd),
WithCategory("developer", StateCmd),
WithCategory("developer", chainCmd),
WithCategory("developer", logCmd),
WithCategory("developer", waitApiCmd),
Expand Down
2 changes: 1 addition & 1 deletion cli/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
"github.com/filecoin-project/lotus/chain/types"
)

var stateCmd = &cli.Command{
var StateCmd = &cli.Command{
Name: "state",
Usage: "Interact with and query filecoin chain state",
Flags: []cli.Flag{
Expand Down

0 comments on commit f7ad0c6

Please sign in to comment.