good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1ecb3b4c authored by Taylor Gerring's avatar Taylor Gerring
Browse files

Remove failing Printf

parent dcd8cc83
No related branches found
No related tags found
Loading
......@@ -93,7 +93,8 @@ func main() {
os.Exit(1)
}
fmt.Printf("RLP: %x\nstate: %x\nhash: %x\n", ethutil.Rlp(block), block.GetRoot(), block.Hash())
// block.GetRoot() does not exist
//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())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment