Skip to content

Commit 481cf61

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

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
@@ -32,7 +32,7 @@ mod errors {
3232
NotEnoughStakeToWithdraw,
3333
/// The caller is requesting to set weights but the caller has less than minimum stake required to set weights (less than WeightsMinStake).
3434
NotEnoughStakeToSetWeights,
35-
/// The caller is requesting adding more stake than there exists in the cold key account. See: fn "[add_stake()]"
35+
/// The caller is requesting adding more stake than there exists in the coldkey account. See: fn "[add_stake()]"
3636
NotEnoughBalanceToStake,
3737
/// The caller is trying to add stake, but for some reason the requested amount could not be withdrawn from the coldkey account.
3838
BalanceWithdrawalError,

0 commit comments

Comments
 (0)