Skip to content

Commit e2f372b

Browse files
committed
remove unused dispatch
1 parent 8ab4573 commit e2f372b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -811,17 +811,6 @@ mod dispatches {
811811
Self::user_remove_network(origin, netuid)
812812
}
813813

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-
825814
/// Set a single child for a given hotkey on a specified network.
826815
///
827816
/// This function allows a coldkey to set a single child for a given hotkey on a specified network.

0 commit comments

Comments
 (0)