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 d967644 commit a570df6Copy full SHA for a570df6
pallets/subtensor/src/lib.rs
@@ -1907,7 +1907,7 @@ pub mod pallet {
1907
#[pallet::call_index(63)]
1908
#[pallet::weight((Weight::from_parts(0, 0)
1909
.saturating_add(T::DbWeight::get().reads(0))
1910
- .saturating_add(T::DbWeight::get().writes(0)), DispatchClass::Normal, Pays::No))]
+ .saturating_add(T::DbWeight::get().writes(0)), DispatchClass::Normal, Pays::Yes))]
1911
pub fn adjust_senate(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
1912
Self::do_adjust_senate(origin, hotkey)
1913
}
0 commit comments