remove duplicate line
This commit is contained in:
parent
f0ff11cc0a
commit
6066028d06
|
@ -224,7 +224,6 @@ proc addChildComputation*(computation: BaseComputation, child: BaseComputation)
|
||||||
computation.gasMeter.returnGas(child.gasMeter.gasRemaining)
|
computation.gasMeter.returnGas(child.gasMeter.gasRemaining)
|
||||||
|
|
||||||
proc registerAccountForDeletion*(c: BaseComputation, beneficiary: EthAddress) =
|
proc registerAccountForDeletion*(c: BaseComputation, beneficiary: EthAddress) =
|
||||||
c.touchedAccounts.incl beneficiary
|
|
||||||
c.touchedAccounts.incl beneficiary
|
c.touchedAccounts.incl beneficiary
|
||||||
c.suicides.incl(c.msg.contractAddress)
|
c.suicides.incl(c.msg.contractAddress)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue