We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d34bfc commit 1666746Copy full SHA for 1666746
pallets/subtensor/src/macros/dispatches.rs
@@ -1179,7 +1179,7 @@ mod dispatches {
1179
///
1180
/// * `subnet_contact` (Vec<u8>):
1181
/// - The contact information for the subnet.
1182
- #[pallet::call_index(73)]
+ #[pallet::call_index(78)]
1183
#[pallet::weight((Weight::from_parts(45_000_000, 0)
1184
.saturating_add(T::DbWeight::get().reads(4))
1185
.saturating_add(T::DbWeight::get().writes(1)), DispatchClass::Normal, Pays::Yes))]
0 commit comments