Skip to content

Commit 17e48b2

Browse files
committed
fix benchmark
1 parent 0e99ff6 commit 17e48b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,8 +1785,8 @@ mod dispatches {
17851785
/// - Errors stemming from transaction pallet.
17861786
///
17871787
#[pallet::call_index(88)]
1788-
#[pallet::weight((Weight::from_parts(159_400_000, 0)
1789-
.saturating_add(T::DbWeight::get().reads(13))
1788+
#[pallet::weight((Weight::from_parts(159_200_000, 0)
1789+
.saturating_add(T::DbWeight::get().reads(14))
17901790
.saturating_add(T::DbWeight::get().writes(10)), DispatchClass::Normal, Pays::No))]
17911791
pub fn add_stake_limit(
17921792
origin: OriginFor<T>,

0 commit comments

Comments
 (0)