Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix Westend Teleport Weight #4143

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9120,
spec_version: 9121,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ impl<T: frame_system::Config> WeightInfo<T> {
}
// Storage: Benchmark Override (r:0 w:0)
pub(crate) fn receive_teleported_asset() -> Weight {
(2_000_000_000_000 as Weight)
(1_000_000_000 as Weight)
}
// Storage: System Account (r:1 w:1)
pub(crate) fn deposit_asset() -> Weight {