Merge remote-tracking branch 'origin/replay'

This commit is contained in:
Jae Kwon
2016-01-28 19:53:22 -08:00
15 changed files with 866 additions and 146 deletions
+6
View File
@@ -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":