We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481cf61 commit ef16b6dCopy full SHA for ef16b6d
pallets/subtensor/src/errors.rs
@@ -26,7 +26,7 @@ mod errors {
26
NonAssociatedColdKey,
27
/// The hotkey is not a delegate and the signer is not the owner of the hotkey.
28
HotKeyNotDelegateAndSignerNotOwnHotKey,
29
- /// Stake to withdraw amount is zero
+ /// Stake amount to withdraw is zero.
30
StakeToWithdrawIsZero,
31
/// The caller is requesting removing more stake than there exists in the staking account. See: fn "[remove_stake]".
32
NotEnoughStakeToWithdraw,
0 commit comments