Skip to content

Commit

Permalink
Merge pull request #95 from xian-network/remove_todo
Browse files Browse the repository at this point in the history
Remove TODO
  • Loading branch information
Endogen authored Nov 7, 2024
2 parents 4ce1fc0 + 97c5246 commit d8fd3cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracting/execution/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d8fd3cf

Please sign in to comment.