Skip to content

Commit 9327d8e

Browse files
committed
fix nit
1 parent b04058e commit 9327d8e

File tree

1 file changed

+1
-1
lines changed
  • runtimes/bulletin-westend/src/weights/xcm

1 file changed

+1
-1
lines changed

runtimes/bulletin-westend/src/weights/xcm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl<Call> XcmWeightInfo<Call> for BulletinWestendXcmWeight<Call> {
6767
fn reserve_asset_deposited(assets: &Assets) -> Weight {
6868
assets.weigh_assets(XcmFungibleWeight::<Runtime>::reserve_asset_deposited())
6969
}
70-
fn receive_teleported_asset(assets: &Assets) -> Weight {
70+
fn receive_teleported_asset(_assets: &Assets) -> Weight {
7171
Weight::MAX
7272
}
7373
fn query_response(

0 commit comments

Comments
 (0)