diff options
author | obscuren <obscuren@obscura.com> | 2013-12-29 08:36:59 +0800 |
---|---|---|
committer | obscuren <obscuren@obscura.com> | 2013-12-29 08:36:59 +0800 |
commit | a1c5d5acac542ab877aeec7814338e7638d55dbf (patch) | |
tree | c194057a1662326dc17424b09c6c986c9cfd4669 /ethereum.go | |
parent | 5198b7b9ebdfe1ef99627dadb07b87e18a039972 (diff) | |
download | dexon-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar dexon-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.gz dexon-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.bz2 dexon-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.lz dexon-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.xz dexon-a1c5d5acac542ab877aeec7814338e7638d55dbf.tar.zst dexon-a1c5d5acac542ab877aeec7814338e7638d55dbf.zip |
Comments
Diffstat (limited to 'ethereum.go')
-rw-r--r-- | ethereum.go | 1 |
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) |