Skip to content

Commit 6fe51d0

Browse files
committedMar 18, 2025··
hook up to root
1 parent 0dced76 commit 6fe51d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎cmd/util/cmd/root.go

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import (
3131
find_inconsistent_result "github.com/onflow/flow-go/cmd/util/cmd/find-inconsistent-result"
3232
find_trie_root "github.com/onflow/flow-go/cmd/util/cmd/find-trie-root"
3333
generate_authorization_fixes "github.com/onflow/flow-go/cmd/util/cmd/generate-authorization-fixes"
34+
"github.com/onflow/flow-go/cmd/util/cmd/leaders"
3435
read_badger "github.com/onflow/flow-go/cmd/util/cmd/read-badger/cmd"
3536
read_execution_state "github.com/onflow/flow-go/cmd/util/cmd/read-execution-state"
3637
read_hotstuff "github.com/onflow/flow-go/cmd/util/cmd/read-hotstuff/cmd"
@@ -106,6 +107,7 @@ func addCommands() {
106107
rootCmd.AddCommand(read_badger.RootCmd)
107108
rootCmd.AddCommand(read_protocol_state.RootCmd)
108109
rootCmd.AddCommand(ledger_json_exporter.Cmd)
110+
rootCmd.AddCommand(leaders.Cmd)
109111
rootCmd.AddCommand(epochs.RootCmd)
110112
rootCmd.AddCommand(edbs.RootCmd)
111113
rootCmd.AddCommand(index_er.RootCmd)

0 commit comments

Comments
 (0)
Please sign in to comment.