diff options
Diffstat (limited to 'ethereum/main.go')
-rw-r--r-- | ethereum/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ethereum/main.go b/ethereum/main.go index ab6ce18b2..df9737c1f 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -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()) |