Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
update name
  • Loading branch information
shawntabrizi committed Jun 28, 2021
commit 025f1a259247b9c502046cb74e90b5bc584ee543
2 changes: 1 addition & 1 deletion runtime/kusama/src/weights/pallet_staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(v as Weight)))
}
fn update_staking_limits() -> Weight {
fn set_staking_limits() -> Weight {
(4_799_000 as Weight)
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/polkadot/src/weights/pallet_staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(v as Weight)))
}
fn update_staking_limits() -> Weight {
fn set_staking_limits() -> Weight {
(4_524_000 as Weight)
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/westend/src/weights/pallet_staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(v as Weight)))
}
fn update_staking_limits() -> Weight {
fn set_staking_limits() -> Weight {
(4_846_000 as Weight)
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}
Expand Down