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 b55c8f6 commit 6bb1afeCopy full SHA for 6bb1afe
pallets/subtensor/src/coinbase/root.rs
@@ -301,9 +301,9 @@ impl<T: Config> Pallet<T> {
301
302
/// Checks if registrations are allowed for a given subnet.
303
///
304
- /// This function retrieves the subnet hyperparameters for the specified subnet and checks the
305
- /// `registration_allowed` flag. If the subnet doesn't exist or doesn't have hyperparameters
306
- /// defined, it returns `false`.
+ /// This function retrieves the subnet hyperparameters for the specified subnet and checks the
+ /// `registration_allowed` flag. If the subnet doesn't exist or doesn't have hyperparameters
+ /// defined, it returns `false`.
307
308
/// # Arguments
309
0 commit comments