Skip to content

Commit c982b26

Browse files
committed
remove default impl
1 parent 0b426c7 commit c982b26

File tree

1 file changed

+1
-3
lines changed
  • polkadot/xcm/pallet-xcm-benchmarks/src/generic

1 file changed

+1
-3
lines changed

polkadot/xcm/pallet-xcm-benchmarks/src/generic/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ pub mod pallet {
114114
/// The worst case buy execution weight limit and
115115
/// asset to trigger the Trader::buy_execution in the XCM executor
116116
/// By default returns ((AssetId(Here.into()), 100_000_000u128), Unlimited)
117-
fn worst_case_buy_execution() -> Result<(Asset, WeightLimit), BenchmarkError> {
118-
Ok(((AssetId(Junctions::Here.into()), 100_000_000u128).into(), WeightLimit::Unlimited))
119-
}
117+
fn worst_case_buy_execution() -> Result<(Asset, WeightLimit), BenchmarkError>;
120118
}
121119

122120
#[pallet::pallet]

0 commit comments

Comments
 (0)