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 f2d6939 commit 619ef06Copy full SHA for 619ef06
pallets/subtensor/src/staking/stake_utils.rs
@@ -965,7 +965,7 @@ impl<T: Config> Pallet<T> {
965
allow_partial: bool,
966
) -> Result<(), Error<T>> {
967
// Ensure that the subnet exists.
968
- ensure!(Self::if_subnet_exist(netuid), Error::<T>::SubnetNotExists);
+ // ensure!(Self::if_subnet_exist(netuid), Error::<T>::SubnetNotExists);
969
970
// Ensure that the subnet is enabled.
971
Self::ensure_subtoken_enabled(netuid)?;
0 commit comments