ECmul tmp

This commit is contained in:
obscuren
2014-01-17 16:57:06 +01:00
parent 815313c759
commit df7967c5bb
2 changed files with 23 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ func TestVm(t *testing.T) {
tx := NewTransaction("1e8a42ea8cce13", 100, []string{})
block := CreateBlock("", 0, "", "c014ba53", 0, 0, "", []*Transaction{ctrct, tx})
db.Put(block.Hash(), block.MarshalRlp())
db.Put(block.Hash(), block.RlpEncode())
bm := NewBlockManager()
bm.ProcessBlock( block )