We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04058e commit 9327d8eCopy full SHA for 9327d8e
runtimes/bulletin-westend/src/weights/xcm/mod.rs
@@ -67,7 +67,7 @@ impl<Call> XcmWeightInfo<Call> for BulletinWestendXcmWeight<Call> {
67
fn reserve_asset_deposited(assets: &Assets) -> Weight {
68
assets.weigh_assets(XcmFungibleWeight::<Runtime>::reserve_asset_deposited())
69
}
70
- fn receive_teleported_asset(assets: &Assets) -> Weight {
+ fn receive_teleported_asset(_assets: &Assets) -> Weight {
71
Weight::MAX
72
73
fn query_response(
0 commit comments