diff options
author | obscuren <obscuren@obscura.com> | 2013-12-28 04:24:06 +0800 |
---|---|---|
committer | obscuren <obscuren@obscura.com> | 2013-12-28 04:24:06 +0800 |
commit | df0fe67fce8050dad60f0d0fca28a78da818832f (patch) | |
tree | 4d086d255c75e36c2a0cb624340e643199ea3b9c /ethereum.go | |
parent | dca9ee79b3a27ba2cc5d026d445ae627a53617b0 (diff) | |
download | go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar.gz go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar.zst go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.zip |
Testing
Diffstat (limited to 'ethereum.go')
-rw-r--r-- | ethereum.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go index 530cbd5c1..78f08c15e 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()) } |