aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <obscuren@obscura.com>2013-12-29 08:36:59 +0800
committerobscuren <obscuren@obscura.com>2013-12-29 08:36:59 +0800
commita1c5d5acac542ab877aeec7814338e7638d55dbf (patch)
treec194057a1662326dc17424b09c6c986c9cfd4669 /ethereum.go
parent5198b7b9ebdfe1ef99627dadb07b87e18a039972 (diff)
downloadgo-tangerine-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar
go-tangerine-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.gz
go-tangerine-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.bz2
go-tangerine-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.lz
go-tangerine-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.xz
go-tangerine-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.zst
go-tangerine-a1c5d5acac542ab877aeec7814338e7638d55dbf.zip
Comments
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index 3e01f89b2..52e6e3046 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -37,7 +37,6 @@ func main() {
bm.ProcessBlock( blck )
-
t := blck.MarshalRlp()
copyBlock := &Block{}
copyBlock.UnmarshalRlp(t)