diff --git a/nimbus/vm/interpreter/opcodes_impl.nim b/nimbus/vm/interpreter/opcodes_impl.nim index fa06768ab..9cf08b0ed 100644 --- a/nimbus/vm/interpreter/opcodes_impl.nim +++ b/nimbus/vm/interpreter/opcodes_impl.nim @@ -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