State dumps from gui

This commit is contained in:
obscuren
2014-08-17 12:41:23 +02:00
parent 2eab964a00
commit 27735bbdfc
10 changed files with 158 additions and 26 deletions

View File

@ -71,7 +71,7 @@ func main() {
}
// Leave the Println. This needs clean output for piping
fmt.Println(block.State().Dump())
fmt.Printf("%s\n", block.State().Dump())
os.Exit(0)
}