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 bfeaf1c commit 651b8beCopy full SHA for 651b8be
pallets/subtensor/src/macros/dispatches.rs
@@ -1786,7 +1786,7 @@ mod dispatches {
1786
///
1787
#[pallet::call_index(88)]
1788
#[pallet::weight((Weight::from_parts(159_200_000, 0)
1789
- .saturating_add(T::DbWeight::get().reads(13))
+ .saturating_add(T::DbWeight::get().reads(14))
1790
.saturating_add(T::DbWeight::get().writes(10)), DispatchClass::Normal, Pays::No))]
1791
pub fn add_stake_limit(
1792
origin: OriginFor<T>,
0 commit comments