-
Notifications
You must be signed in to change notification settings - Fork 214
dTao-Compatible Subnet Deregistration #1685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devnet-ready
Are you sure you want to change the base?
Conversation
Currently the immunity period of the subnet's neurons is being called instead of the network immunity period, which you should be able to get with |
#[pallet::type_value] | ||
/// Default value for subnet limit. | ||
pub fn DefaultSubnetLimit<T: Config>() -> u16 { | ||
256 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
256 or 128?
Description
dTao-Compatible Subnet Deregistration
Related Issue(s)
Type of Change