From df0fe67fce8050dad60f0d0fca28a78da818832f Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 27 Dec 2013 21:24:06 +0100 Subject: [PATCH] Testing --- ethereum.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ethereum.go b/ethereum.go index 530cbd5c1e..78f08c15e1 100644 --- a/ethereum.go +++ b/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()) }