Commit 803e4807 authored by obscuren's avatar obscuren

Removed comments

parent a4e26bf7
......@@ -94,10 +94,10 @@ func (c *StateObject) SetStorage(num *big.Int, val *ethutil.Value) {
// FIXME This should be handled in the Trie it self
if val.BigInt().Cmp(ethutil.Big0) == 0 {
c.state.trie.Delete(string(addr))
return
}
//fmt.Printf("sstore %x => %v\n", addr, val)
c.SetAddr(addr, val)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment