Skip to content

Commit 1666746

Browse files
committed
fix pallet index conflict
1 parent 0d34bfc commit 1666746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ mod dispatches {
11791179
///
11801180
/// * `subnet_contact` (Vec<u8>):
11811181
/// - The contact information for the subnet.
1182-
#[pallet::call_index(73)]
1182+
#[pallet::call_index(78)]
11831183
#[pallet::weight((Weight::from_parts(45_000_000, 0)
11841184
.saturating_add(T::DbWeight::get().reads(4))
11851185
.saturating_add(T::DbWeight::get().writes(1)), DispatchClass::Normal, Pays::Yes))]

0 commit comments

Comments
 (0)