mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-25 19:50:30 +00:00
Remove init 0 after child computation
This commit is contained in:
parent
63f9acd8ce
commit
cdfcda41b4
@ -741,7 +741,6 @@ template genCall(callName: untyped): untyped =
|
|||||||
childMsg.sender = sender
|
childMsg.sender = sender
|
||||||
|
|
||||||
var childComputation = applyChildComputation(computation, childMsg)
|
var childComputation = applyChildComputation(computation, childMsg)
|
||||||
childComputation.gasMeter.init(0)
|
|
||||||
|
|
||||||
if childComputation.isError:
|
if childComputation.isError:
|
||||||
push: 0
|
push: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user