Skip to content

Commit

Permalink
fix: typo and duplicated def
Browse files Browse the repository at this point in the history
Signed-off-by: GopherJ <[email protected]>
  • Loading branch information
0x8f701 committed Dec 26, 2023
1 parent 72dff28 commit f438f61
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 40 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions pallets/evm-signatures/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,8 @@ impl pallet_assets::Config for Runtime {
type Freezer = ();
type Extra = ();
type WeightInfo = ();
type BenchmarkHelper = ();
type RemoveItemsLimit = frame_support::traits::ConstU32<1000>;
type CallbackHandle = ();
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = ();
}

Expand Down
2 changes: 1 addition & 1 deletion pallets/liquid-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ pub mod pallet {
}
Nominate { targets: _, .. } => {}
}
XcmRequests::<T>::remove(query_id);

Ok(())
}

Expand Down
2 changes: 0 additions & 2 deletions pallets/prices/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,8 @@ impl pallet_assets::Config for Test {
type Freezer = ();
type Extra = ();
type WeightInfo = ();
type BenchmarkHelper = ();
type RemoveItemsLimit = frame_support::traits::ConstU32<1000>;
type CallbackHandle = ();
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = ();
}

Expand Down
2 changes: 0 additions & 2 deletions precompiles/assets-erc20/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,9 @@ impl pallet_assets::Config for Runtime {
type StringLimit = AssetsStringLimit;
type Freezer = ();
type Extra = ();
type BenchmarkHelper = ();
type WeightInfo = pallet_assets::weights::SubstrateWeight<Runtime>;
type RemoveItemsLimit = frame_support::traits::ConstU32<1000>;
type CallbackHandle = ();
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = ();
}

Expand Down

0 comments on commit f438f61

Please sign in to comment.