Skip to content

Commit a570df6

Browse files
authored
Pays Yes
1 parent d967644 commit a570df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ pub mod pallet {
19071907
#[pallet::call_index(63)]
19081908
#[pallet::weight((Weight::from_parts(0, 0)
19091909
.saturating_add(T::DbWeight::get().reads(0))
1910-
.saturating_add(T::DbWeight::get().writes(0)), DispatchClass::Normal, Pays::No))]
1910+
.saturating_add(T::DbWeight::get().writes(0)), DispatchClass::Normal, Pays::Yes))]
19111911
pub fn adjust_senate(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
19121912
Self::do_adjust_senate(origin, hotkey)
19131913
}

0 commit comments

Comments
 (0)