Logging order

This commit is contained in:
obscuren
2014-06-23 16:11:55 +02:00
parent 614624754d
commit 16e8fc7427
2 changed files with 8 additions and 6 deletions

View File

@ -91,7 +91,6 @@ func (c *StateObject) SetAddr(addr []byte, value interface{}) {
func (c *StateObject) SetStorage(num *big.Int, val *ethutil.Value) {
addr := ethutil.BigToBytes(num, 256)
// FIXME This should be handled in the Trie it self
if val.BigInt().Cmp(ethutil.Big0) == 0 {
c.state.trie.Delete(string(addr))