Commit df0fe67f authored by obscuren's avatar obscuren

Testing

parent dca9ee79
...@@ -29,5 +29,7 @@ func main() { ...@@ -29,5 +29,7 @@ func main() {
bm.ProcessBlock( blck ) bm.ProcessBlock( blck )
fmt.Printf("rlp encoded Tx %q\n", tx.Serialize()) //fmt.Printf("rlp encoded Tx %q\n", tx.MarshalRlp())
fmt.Printf("block enc %q\n", blck.MarshalRlp())
fmt.Printf("block hash %q\n", blck.Hash())
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment