pull/2/head
obscuren 11 years ago
parent dca9ee79b3
commit df0fe67fce
  1. 4
      ethereum.go

@ -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())
}

Loading…
Cancel
Save