This error was removed in v219
This error is no longer present in the current runtime. Existed from v151 to v219. Shown here for historical reference.
HotKeyNotDelegateAndSignerNotOwnHotKey
Error Removed v151 → v219 (removed) 7.9The hotkey is not a delegate and the signer is not the owner of the hotkey .
From Chain Metadata
The hotkey is not a delegate and the signer is not the owner of the hotkey.
What This Means
The hotkey is not a delegate and the signer is not the owner of the hotkey.
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
Runtime Info
- Pallet Index
- 7
- Error Index
- 9
- Error Code
- 7.9
- Removed In
- v219