This error was removed in v150
This error is no longer present in the current runtime. Existed from v123 to v150. Shown here for historical reference.
NotDelegate
Error Removed v123 → v124, v125 → v127, v133 → v141, v142 → v145, v146 → v148, v149 → v150 (removed) 7.50The account doesn't have the required role (delegate, validator , member).
What This Means
The account doesn't have the required role (delegate, validator, member).
Common Causes
- The hotkey hasn't called become_delegate yet
- Stake is below the minimum for validator status
- Not a member of the required group/subnet
How to Fix
- For delegate operations: call become_delegate(hotkey) first
- For validator ops: ensure stake meets minimum threshold
- Query the relevant storage to check current role/status
Version History
v123 block 720,235 Added
v125 block 727,330 Re-added
v133 block 1,404,224 Re-added
v142 block 2,543,779 Re-added
v146 block 2,848,978 Re-added
v149 block 3,014,339 Re-added
v150 Removed
Runtime Info
- Pallet Index
- 7
- Error Index
- 50
- Error Code
- 7.50
- Removed In
- v150