Skip to content

Commit 57ed878

Browse files
committed
fix pallet index conflict
1 parent 1be0904 commit 57ed878

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
@@ -1080,7 +1080,7 @@ mod dispatches {
10801080
///
10811081
/// * `subnet_contact` (Vec<u8>):
10821082
/// - The contact information for the subnet.
1083-
#[pallet::call_index(69)]
1083+
#[pallet::call_index(73)]
10841084
#[pallet::weight((Weight::from_parts(45_000_000, 0)
10851085
.saturating_add(T::DbWeight::get().reads(4))
10861086
.saturating_add(T::DbWeight::get().writes(1)), DispatchClass::Normal, Pays::Yes))]

0 commit comments

Comments
 (0)