diff --git a/src/contracting/execution/executor.py b/src/contracting/execution/executor.py index 56fff93c..b16ec320 100644 --- a/src/contracting/execution/executor.py +++ b/src/contracting/execution/executor.py @@ -94,7 +94,6 @@ def execute(self, sender, contract_name, function_name, kwargs, runtime.rt.env.update(environment) status_code = 0 - # TODO: Why do we do this? # Multiply stamps by 1000 because we divide by it later # runtime.rt.set_up(stmps=stamps * 1000, meter=metering)