This commit is contained in:
obscuren
2013-12-29 01:36:59 +01:00
parent 5198b7b9eb
commit a1c5d5acac
5 changed files with 28 additions and 5 deletions

View File

@ -37,7 +37,6 @@ func main() {
bm.ProcessBlock( blck )
t := blck.MarshalRlp()
copyBlock := &Block{}
copyBlock.UnmarshalRlp(t)