Skip to content

Commit

Permalink
Westmint don't panic. (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope authored Sep 16, 2022
1 parent 99c8f61 commit db70676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachains/runtimes/assets/westmint/src/weights/xcm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl<Call> XcmWeightInfo<Call> for WestmintXcmWeight<Call> {
}
// Currently there is no trusted reserve
fn reserve_asset_deposited(_assets: &MultiAssets) -> XCMWeight {
unimplemented!()
u64::MAX
}
fn receive_teleported_asset(assets: &MultiAssets) -> XCMWeight {
assets.weigh_multi_assets(XcmFungibleWeight::<Runtime>::receive_teleported_asset())
Expand Down

0 comments on commit db70676

Please sign in to comment.