aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <obscuren@obscura.com>2013-12-28 04:24:06 +0800
committerobscuren <obscuren@obscura.com>2013-12-28 04:24:06 +0800
commitdf0fe67fce8050dad60f0d0fca28a78da818832f (patch)
tree4d086d255c75e36c2a0cb624340e643199ea3b9c /ethereum.go
parentdca9ee79b3a27ba2cc5d026d445ae627a53617b0 (diff)
downloadgo-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar
go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar.gz
go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar.bz2
go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar.lz
go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar.xz
go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.tar.zst
go-tangerine-df0fe67fce8050dad60f0d0fca28a78da818832f.zip
Testing
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go4
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())
}