Westmint don't panic. (#1631)

This commit is contained in:
Squirrel
2022-09-16 13:38:54 +01:00
committed by GitHub
parent 5b84ea0788
commit 81639a400a
@@ -57,7 +57,7 @@ impl<Call> XcmWeightInfo<Call> for WestmintXcmWeight<Call> {
} }
// Currently there is no trusted reserve // Currently there is no trusted reserve
fn reserve_asset_deposited(_assets: &MultiAssets) -> XCMWeight { fn reserve_asset_deposited(_assets: &MultiAssets) -> XCMWeight {
unimplemented!() u64::MAX
} }
fn receive_teleported_asset(assets: &MultiAssets) -> XCMWeight { fn receive_teleported_asset(assets: &MultiAssets) -> XCMWeight {
assets.weigh_multi_assets(XcmFungibleWeight::<Runtime>::receive_teleported_asset()) assets.weigh_multi_assets(XcmFungibleWeight::<Runtime>::receive_teleported_asset())