diff --git a/cmd/tendermint/main.go b/cmd/tendermint/main.go index 59e7a1b128..04665a88f9 100644 --- a/cmd/tendermint/main.go +++ b/cmd/tendermint/main.go @@ -18,6 +18,7 @@ func main() { cmd.InitFilesCmd, cmd.ProbeUpnpCmd, cmd.LightCmd, + cmd.ReIndexEventCmd, cmd.ReplayCmd, cmd.ReplayConsoleCmd, cmd.ResetAllCmd,