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 346377b commit 9efedffCopy full SHA for 9efedff
pallets/subtensor/src/macros/dispatches.rs
@@ -184,7 +184,7 @@ mod dispatches {
184
/// * BatchWeightItemFailed;
185
/// - On failure for each failed item in the batch.
186
///
187
- #[pallet::call_index(99)]
+ #[pallet::call_index(100)]
188
#[pallet::weight((Weight::from_parts(46_000_000, 0)
189
.saturating_add(T::DbWeight::get().reads(1))
190
.saturating_add(T::DbWeight::get().writes(2)), DispatchClass::Normal, Pays::No))]
0 commit comments