MaxAllowedUidsLessThanMinAllowedUids
Error v326 → current 19.8The max_allowed_uids cannot be less than min_allowed_uids.
Encountered by: subnet owners
Why This Error Exists
This is the inverse check of MinAllowedUidsGreaterThanMaxAllowedUids. Both errors prevent creating impossible min > max constraints on subnet size.
From Chain Metadata
The maximum allowed UIDs must be greater than the minimum allowed UIDs.
What This Means
The max_allowed_uids cannot be less than min_allowed_uids.
Common Causes
- Reducing maximum below the current minimum
- Updating one bound without considering the other
How to Fix
- Ensure max_allowed_uids >= min_allowed_uids
- Reduce min_allowed_uids first if you need a lower max
- Query current bounds before making changes
Storage to Check
SubtensorModule.MinAllowedUids (removed)SubtensorModule.MaxAllowedUids (removed)
Runtime Info
- Pallet Index
- 19
- Error Index
- 8
- Error Code
- 19.8
- Runtime Version
- v393