Skip to content

Commit 4922f11

Browse files
Apply suggestion from @franciscoaguirre
1 parent 0a076ad commit 4922f11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ impl<T: frame_system::Config> WeightInfo<T> {
9595
// Estimated: `0`
9696
// Minimum execution time: 6_230_000 picoseconds.
9797
Weight::from_parts(6_230_000, 0)
98-
}
98+
}
99+
100+
pub(crate) fn receive_teleported_asset() -> Weight {
101+
Weight::MAX
102+
}
99103
/// Storage: `ParachainInfo::ParachainId` (r:1 w:0)
100104
/// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
101105
/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)

0 commit comments

Comments
 (0)