Skip to content

Commit 8a97a12

Browse files
committed
use new index
previously deployed to testnet with a different name for that index
1 parent f95fb5b commit 8a97a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ pub mod pallet {
11871187
///
11881188
/// # Weight
11891189
/// Weight is handled by the `#[pallet::weight]` attribute.
1190-
#[pallet::call_index(56)]
1190+
#[pallet::call_index(57)]
11911191
#[pallet::weight(T::WeightInfo::sudo_set_commit_reveal_weights_interval())]
11921192
pub fn sudo_set_commit_reveal_weights_interval(
11931193
origin: OriginFor<T>,

0 commit comments

Comments
 (0)