We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58be24f commit bdde256Copy full SHA for bdde256
pallets/subtensor/src/macros/dispatches.rs
@@ -761,7 +761,7 @@ mod dispatches {
761
762
/// Attempt to adjust the senate membership to include a hotkey
763
#[pallet::call_index(63)]
764
- #[pallet::weight((Weight::from_parts(60_720_000, 0)
+ #[pallet::weight((Weight::from_parts(75_430_000, 0)
765
.saturating_add(T::DbWeight::get().reads(7))
766
.saturating_add(T::DbWeight::get().writes(4)), DispatchClass::Normal, Pays::Yes))]
767
pub fn adjust_senate(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
0 commit comments