This error was removed in v150
This error is no longer present in the current runtime. Existed from v101 to v150. Shown here for historical reference.
NotEnoughStaketoWithdraw
Error Removed v101 → v120, v121 → v127, v133 → v150 (removed) 7.8The stake amount for this hotkey is less than what the operation requires.
What This Means
The stake amount for this hotkey is less than what the operation requires.
Common Causes
- Your 'amount_unstaked' exceeds the stake you have on this hotkey
- You're querying the wrong (hotkey, coldkey, netuid) combination
- Stake was already removed in a previous transaction
How to Fix
- Before calling: query SubtensorModule.Stake(hotkey, coldkey, netuid) to get your exact stake
- Set amount_unstaked ≤ the value returned from the query above
- Double-check the hotkey address - a single character difference means a different account
Storage to Check
Version History
v101 block 1 Added
v121 block 518,345 Re-added
v133 block 1,404,224 Re-added
v150 Removed
Runtime Info
- Pallet Index
- 7
- Error Index
- 8
- Error Code
- 7.8
- Removed In
- v150