diff --git a/icon_contracts/workers/transactions.py b/icon_contracts/workers/transactions.py index 4d76084..b40b053 100644 --- a/icon_contracts/workers/transactions.py +++ b/icon_contracts/workers/transactions.py @@ -260,7 +260,7 @@ def process_audit(self): contract_to_proto( contract, contract_updated_block=self.block.number, - contract_updated_hash=self.transaction.hash, + # contract_updated_hash=self.transaction.hash, is_creation=False, ), )