This commit is contained in:
obscuren 2013-12-27 21:24:06 +01:00
parent dca9ee79b3
commit df0fe67fce

View File

@ -29,5 +29,7 @@ func main() {
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())
}