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 8ab4573 commit e2f372bCopy full SHA for e2f372b
pallets/subtensor/src/macros/dispatches.rs
@@ -811,17 +811,6 @@ mod dispatches {
811
Self::user_remove_network(origin, netuid)
812
}
813
814
- /// Sets values for liquid alpha
815
- #[pallet::call_index(64)]
816
- #[pallet::weight((0, DispatchClass::Operational, Pays::No))]
817
- pub fn sudo_hotfix_swap_coldkey_delegates(
818
- _origin: OriginFor<T>,
819
- _old_coldkey: T::AccountId,
820
- _new_coldkey: T::AccountId,
821
- ) -> DispatchResult {
822
- Ok(())
823
- }
824
-
825
/// Set a single child for a given hotkey on a specified network.
826
///
827
/// This function allows a coldkey to set a single child for a given hotkey on a specified network.
0 commit comments