mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 22:57:22 +00:00
Merge remote-tracking branch 'origin/replay'
This commit is contained in:
@@ -35,6 +35,12 @@ Commands:
|
||||
switch args[0] {
|
||||
case "node":
|
||||
node.RunNode()
|
||||
case "replay":
|
||||
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