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.50

The 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 Shape modified
v133 block 1,404,224 Shape modified
v142 block 2,543,779 Shape modified
v146 block 2,848,978 Shape modified
v149 block 3,014,339 Shape modified
v150 Removed

Runtime Info

Pallet Index
7
Error Index
50
Error Code
7.50
Removed In
v150