Skip to content

Commit ef16b6d

Browse files
committed
fix one comment
1 parent 481cf61 commit ef16b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mod errors {
2626
NonAssociatedColdKey,
2727
/// The hotkey is not a delegate and the signer is not the owner of the hotkey.
2828
HotKeyNotDelegateAndSignerNotOwnHotKey,
29-
/// Stake to withdraw amount is zero
29+
/// Stake amount to withdraw is zero.
3030
StakeToWithdrawIsZero,
3131
/// The caller is requesting removing more stake than there exists in the staking account. See: fn "[remove_stake]".
3232
NotEnoughStakeToWithdraw,

0 commit comments

Comments
 (0)