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 f95fb5b commit 8a97a12Copy full SHA for 8a97a12
pallets/admin-utils/src/lib.rs
@@ -1187,7 +1187,7 @@ pub mod pallet {
1187
///
1188
/// # Weight
1189
/// Weight is handled by the `#[pallet::weight]` attribute.
1190
- #[pallet::call_index(56)]
+ #[pallet::call_index(57)]
1191
#[pallet::weight(T::WeightInfo::sudo_set_commit_reveal_weights_interval())]
1192
pub fn sudo_set_commit_reveal_weights_interval(
1193
origin: OriginFor<T>,
0 commit comments