mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 15:07:24 +00:00
consensus: replay console
This commit is contained in:
@@ -35,7 +35,11 @@ Commands:
|
||||
case "node":
|
||||
node.RunNode()
|
||||
case "replay":
|
||||
node.RunReplay()
|
||||
if len(args) > 1 && args[1] == "console" {
|
||||
node.RunReplayConsole()
|
||||
} else {
|
||||
node.RunReplay()
|
||||
}
|
||||
case "init":
|
||||
init_files()
|
||||
case "show_validator":
|
||||
|
||||
Reference in New Issue
Block a user