Skip to content

Commit

Permalink
fix: rm missing value in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 20, 2024
1 parent fe57c53 commit cb66e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icon_contracts/workers/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
)
Expand Down

0 comments on commit cb66e1b

Please sign in to comment.