Skip to content

Commit

Permalink
fix: wrongly defined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneWallet committed Feb 12, 2025
1 parent 6de39f4 commit 59fd306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxops/execution/steps/smart_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def _post_transaction_execution(self, on_chain_tx: TransactionOnNetwork | None):
raise ValueError("No data to save")

if self.results_save_keys is not None:
self.saved_results = {}
results_save_keys = self.results_save_keys.get_evaluated_value()
to_save = results_save_keys.parse_data_to_save(self.returned_data_parts)
for save_key, value in to_save.items():
Expand Down

0 comments on commit 59fd306

Please sign in to comment.