Skip to content

Commit 9236594

Browse files
committed
fix call indices
1 parent 083c723 commit 9236594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ pub mod pallet {
22042204
}
22052205

22062206
/// Sets the announcement delay for coldkey swap.
2207-
#[pallet::call_index(84)]
2207+
#[pallet::call_index(85)]
22082208
#[pallet::weight((
22092209
Weight::from_parts(5_000_000, 0)
22102210
.saturating_add(T::DbWeight::get().reads(0_u64))
@@ -2223,7 +2223,7 @@ pub mod pallet {
22232223
}
22242224

22252225
/// Sets the reannouncement delay for coldkey swap.
2226-
#[pallet::call_index(85)]
2226+
#[pallet::call_index(86)]
22272227
#[pallet::weight((
22282228
Weight::from_parts(5_000_000, 0)
22292229
.saturating_add(T::DbWeight::get().reads(0_u64))

0 commit comments

Comments
 (0)