Skip to content

Commit 9efedff

Browse files
committed
change call index
1 parent 346377b commit 9efedff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ mod dispatches {
184184
/// * BatchWeightItemFailed;
185185
/// - On failure for each failed item in the batch.
186186
///
187-
#[pallet::call_index(99)]
187+
#[pallet::call_index(100)]
188188
#[pallet::weight((Weight::from_parts(46_000_000, 0)
189189
.saturating_add(T::DbWeight::get().reads(1))
190190
.saturating_add(T::DbWeight::get().writes(2)), DispatchClass::Normal, Pays::No))]

0 commit comments

Comments
 (0)