Skip to content
Snippets Groups Projects
Commit be8cbc80 authored by Kian Paimani's avatar Kian Paimani Committed by GitHub
Browse files

Companion for pools tweaks (#5488)

* add weights

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
parent 7a602c47
Branches
No related merge requests found
This diff is collapsed.
......@@ -250,5 +250,12 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
(2_793_000 as Weight)
.saturating_add(T::DbWeight::get().writes(5 as Weight))
}
// Storage: NominationPools BondedPools (r:1 w:1)
fn update_roles() -> Weight {
(18_608_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment