Skip to content

Commit

Permalink
change call index
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Dec 6, 2024
1 parent 346377b commit 9efedff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/macros/dispatches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ mod dispatches {
/// * BatchWeightItemFailed;
/// - On failure for each failed item in the batch.
///
#[pallet::call_index(99)]
#[pallet::call_index(100)]
#[pallet::weight((Weight::from_parts(46_000_000, 0)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2)), DispatchClass::Normal, Pays::No))]
Expand Down

0 comments on commit 9efedff

Please sign in to comment.