Skip to content

Commit

Permalink
added back in commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
scottburch committed Apr 10, 2021
1 parent d0796cf commit 9da3087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blzd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main() {
)
rootCmd.AddCommand(genutilcli.ValidateGenesisCmd(ctx, cdc, app.ModuleBasics))
// AddGenesisAccountCmd allows users to add accounts to the genesis file
// rootCmd.AddCommand(AddGenesisAccountCmd(ctx, cdc, app.DefaultNodeHome, app.DefaultCLIHome))
rootCmd.AddCommand(AddGenesisAccountCmd(ctx, cdc, app.DefaultNodeHome, app.DefaultCLIHome))
rootCmd.AddCommand(flags.NewCompletionCmd(rootCmd, true))
rootCmd.AddCommand(debug.Cmd(cdc))

Expand Down

0 comments on commit 9da3087

Please sign in to comment.