Merge branch 'ethersphere-blockpool2' into poc-9

This commit is contained in:
obscuren
2015-02-28 20:52:57 +01:00
45 changed files with 3799 additions and 2584 deletions

View File

@ -56,6 +56,8 @@ func (self *Vm) Run(me, caller ContextRef, code []byte, value, gas, price *big.I
err = fmt.Errorf("%v", r)
} else {
fmt.Println(me.(*state.StateObject).Storage())
}
}()
}