We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b426c7 commit c982b26Copy full SHA for c982b26
polkadot/xcm/pallet-xcm-benchmarks/src/generic/mod.rs
@@ -114,9 +114,7 @@ pub mod pallet {
114
/// The worst case buy execution weight limit and
115
/// asset to trigger the Trader::buy_execution in the XCM executor
116
/// 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
- }
+ fn worst_case_buy_execution() -> Result<(Asset, WeightLimit), BenchmarkError>;
120
}
121
122
#[pallet::pallet]
0 commit comments