diff options
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) |