Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 14, 2024
1 parent 393fab8 commit 5751ae7
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 5 deletions.
96 changes: 93 additions & 3 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ mod benchmarks {

#[block]
{
v0_to_v1::EthereumExecutionHeaderCleanup::<T, (), ExecutionHeaderCount>::step(
v0_to_v1::ExecutionHeadersCleanup::<T, (), ExecutionHeaderCount>::step(
None, &mut meter,
)
.unwrap();
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/ethereum-client/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ parameter_types! {
impl pallet_migrations::Config for Test {
#[cfg(not(feature = "runtime-benchmarks"))]
type Migrations = (
crate::migration::v0_to_v1::EthereumExecutionHeaderCleanup<Test, (), ExecutionHeaderCount>,
crate::migration::v0_to_v1::ExecutionHeadersCleanup<Test, (), ExecutionHeaderCount>,
);
#[cfg(feature = "runtime-benchmarks")]
type Migrations = pallet_migrations::mock_helpers::MockedMigrations;
Expand Down

0 comments on commit 5751ae7

Please sign in to comment.