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 20, 2024
1 parent 0d34bfc commit 1666746
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 @@ -1179,7 +1179,7 @@ mod dispatches {
///
/// * `subnet_contact` (Vec<u8>):
/// - The contact information for the subnet.
#[pallet::call_index(73)]
#[pallet::call_index(78)]
#[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 1666746

Please sign in to comment.