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 0e99ff6 commit 17e48b2Copy full SHA for 17e48b2
pallets/subtensor/src/macros/dispatches.rs
@@ -1785,8 +1785,8 @@ mod dispatches {
1785
/// - Errors stemming from transaction pallet.
1786
///
1787
#[pallet::call_index(88)]
1788
- #[pallet::weight((Weight::from_parts(159_400_000, 0)
1789
- .saturating_add(T::DbWeight::get().reads(13))
+ #[pallet::weight((Weight::from_parts(159_200_000, 0)
+ .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