This commit is contained in:
obscuren
2014-09-19 13:32:52 +02:00
parent e429e2614f
commit 723074e71b
2 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,8 @@ func main() {
os.Exit(1)
}
fmt.Printf("RLP: %x\nstate: %x\nhash: %x\n", ethutil.Rlp(block), block.GetRoot(), block.Hash())
// Leave the Println. This needs clean output for piping
fmt.Printf("%s\n", block.State().Dump())