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 0632431 commit 481cf61Copy full SHA for 481cf61
pallets/subtensor/src/errors.rs
@@ -32,7 +32,7 @@ mod errors {
32
NotEnoughStakeToWithdraw,
33
/// The caller is requesting to set weights but the caller has less than minimum stake required to set weights (less than WeightsMinStake).
34
NotEnoughStakeToSetWeights,
35
- /// 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()]"
36
NotEnoughBalanceToStake,
37
/// The caller is trying to add stake, but for some reason the requested amount could not be withdrawn from the coldkey account.
38
BalanceWithdrawalError,
0 commit comments