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 1be0904 commit 57ed878Copy full SHA for 57ed878
pallets/subtensor/src/macros/dispatches.rs
@@ -1080,7 +1080,7 @@ mod dispatches {
1080
///
1081
/// * `subnet_contact` (Vec<u8>):
1082
/// - The contact information for the subnet.
1083
- #[pallet::call_index(69)]
+ #[pallet::call_index(73)]
1084
#[pallet::weight((Weight::from_parts(45_000_000, 0)
1085
.saturating_add(T::DbWeight::get().reads(4))
1086
.saturating_add(T::DbWeight::get().writes(1)), DispatchClass::Normal, Pays::Yes))]
0 commit comments