File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import (
31
31
find_inconsistent_result "github.com/onflow/flow-go/cmd/util/cmd/find-inconsistent-result"
32
32
find_trie_root "github.com/onflow/flow-go/cmd/util/cmd/find-trie-root"
33
33
generate_authorization_fixes "github.com/onflow/flow-go/cmd/util/cmd/generate-authorization-fixes"
34
+ "github.com/onflow/flow-go/cmd/util/cmd/leaders"
34
35
read_badger "github.com/onflow/flow-go/cmd/util/cmd/read-badger/cmd"
35
36
read_execution_state "github.com/onflow/flow-go/cmd/util/cmd/read-execution-state"
36
37
read_hotstuff "github.com/onflow/flow-go/cmd/util/cmd/read-hotstuff/cmd"
@@ -106,6 +107,7 @@ func addCommands() {
106
107
rootCmd .AddCommand (read_badger .RootCmd )
107
108
rootCmd .AddCommand (read_protocol_state .RootCmd )
108
109
rootCmd .AddCommand (ledger_json_exporter .Cmd )
110
+ rootCmd .AddCommand (leaders .Cmd )
109
111
rootCmd .AddCommand (epochs .RootCmd )
110
112
rootCmd .AddCommand (edbs .RootCmd )
111
113
rootCmd .AddCommand (index_er .RootCmd )
You can’t perform that action at this time.
0 commit comments