Skip to content

Commit

Permalink
Updated migration weight
Browse files Browse the repository at this point in the history
  • Loading branch information
fgamundi committed Nov 21, 2023
1 parent f4ae842 commit 23a1f16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ where
pallet_evm::Pallet::<T>::create_account(address.into(), revert_bytecode.clone());
count += 1;
}
db_weights.reads_writes(0, count)
db_weights.reads_writes(count, count * 2)
}

/// Run a standard pre-runtime test. This works the same way as in a normal runtime upgrade.
Expand Down
1 change: 0 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23a1f16

Please sign in to comment.