Skip to content

Commit bdde256

Browse files
auto-update benchmark weights
1 parent 58be24f commit bdde256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ mod dispatches {
761761

762762
/// Attempt to adjust the senate membership to include a hotkey
763763
#[pallet::call_index(63)]
764-
#[pallet::weight((Weight::from_parts(60_720_000, 0)
764+
#[pallet::weight((Weight::from_parts(75_430_000, 0)
765765
.saturating_add(T::DbWeight::get().reads(7))
766766
.saturating_add(T::DbWeight::get().writes(4)), DispatchClass::Normal, Pays::Yes))]
767767
pub fn adjust_senate(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {

0 commit comments

Comments
 (0)