Skip to content

Commit

Permalink
Merge branch 'testnet' of https://github.com/xian-network/contracting
Browse files Browse the repository at this point in the history
…into testnet
  • Loading branch information
duelingbenjos committed May 29, 2024
2 parents 381d4c0 + 83532c1 commit df5fe5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contracting/execution/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ def execute(self, sender, contract_name, function_name, kwargs,
if auto_commit:
driver.flush_cache()

finally:
runtime.rt.tracer.stop()

#runtime.rt.tracer.stop()

# Deduct the stamps if that is enabled
Expand Down

0 comments on commit df5fe5b

Please sign in to comment.