Skip to content

Commit

Permalink
Weights correction in smart-contract-pallet v12 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed Aug 27, 2024
1 parent d48619b commit 24b712f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fn migrate_contract_lock_to_contract_payment_state<T: Config>() -> (u64, u64) {
cycles: old_contract_lock.cycles,
},
);
reads.saturating_inc();
writes.saturating_inc();
};

(reads, writes)
Expand Down

0 comments on commit 24b712f

Please sign in to comment.