From f7ad0c6a2fac4177e6df7f248bd6cae8c657629d Mon Sep 17 00:00:00 2001 From: frrist Date: Wed, 3 Mar 2021 16:42:00 -0800 Subject: [PATCH] and the state command --- cli/cmd.go | 2 +- cli/state.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/cmd.go b/cli/cmd.go index a525e199d04..6af279abd20 100644 --- a/cli/cmd.go +++ b/cli/cmd.go @@ -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), diff --git a/cli/state.go b/cli/state.go index 47ce53a3cd9..ccb7266a809 100644 --- a/cli/state.go +++ b/cli/state.go @@ -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{