Skip to content

Commit

Permalink
use new index
Browse files Browse the repository at this point in the history
previously deployed to testnet with a different name for that index
  • Loading branch information
JohnReedV committed Oct 30, 2024
1 parent f95fb5b commit 8a97a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/admin-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ pub mod pallet {
///
/// # Weight
/// Weight is handled by the `#[pallet::weight]` attribute.
#[pallet::call_index(56)]
#[pallet::call_index(57)]
#[pallet::weight(T::WeightInfo::sudo_set_commit_reveal_weights_interval())]
pub fn sudo_set_commit_reveal_weights_interval(
origin: OriginFor<T>,
Expand Down

0 comments on commit 8a97a12

Please sign in to comment.