consensus: replay console

This commit is contained in:
Ethan Buchman
2015-12-23 01:27:40 -05:00
parent 6aaa5fb0bf
commit 2b13386d7b
4 changed files with 317 additions and 96 deletions

View File

@@ -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":