Skip to content

Commit

Permalink
fix one comment
Browse files Browse the repository at this point in the history
  • Loading branch information
open-junius committed May 22, 2024
1 parent 0632431 commit 481cf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod errors {
NotEnoughStakeToWithdraw,
/// The caller is requesting to set weights but the caller has less than minimum stake required to set weights (less than WeightsMinStake).
NotEnoughStakeToSetWeights,
/// The caller is requesting adding more stake than there exists in the cold key account. See: fn "[add_stake()]"
/// The caller is requesting adding more stake than there exists in the coldkey account. See: fn "[add_stake()]"
NotEnoughBalanceToStake,
/// The caller is trying to add stake, but for some reason the requested amount could not be withdrawn from the coldkey account.
BalanceWithdrawalError,
Expand Down

0 comments on commit 481cf61

Please sign in to comment.