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
|
||||
|
||||
var childComputation = applyChildComputation(computation, childMsg)
|
||||
childComputation.gasMeter.init(0)
|
||||
|
||||
if childComputation.isError:
|
||||
push: 0
|
||||
|
|
Loading…
Reference in New Issue