mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
Removed comments
This commit is contained in:
parent
a4e26bf7c2
commit
803e4807ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue