Skip to content

Commit

Permalink
fix pallet index conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Aug 19, 2024
1 parent 1be0904 commit 57ed878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/macros/dispatches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ mod dispatches {
///
/// * `subnet_contact` (Vec<u8>):
/// - The contact information for the subnet.
#[pallet::call_index(69)]
#[pallet::call_index(73)]
#[pallet::weight((Weight::from_parts(45_000_000, 0)
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1)), DispatchClass::Normal, Pays::Yes))]
Expand Down

0 comments on commit 57ed878

Please sign in to comment.