We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c097ff8 commit f6608b8Copy full SHA for f6608b8
pallets/subtensor/src/errors.rs
@@ -64,7 +64,7 @@ mod errors {
64
MaxWeightExceeded,
65
/// The hotkey is attempting to become a delegate when the hotkey is already a delegate.
66
HotKeyAlreadyDelegate,
67
- /// The hotkey is attempting to set weights twice within the duration of net_tempo/2 blocks.
+ /// A transactor exceeded the rate limit for setting weights.
68
SettingWeightsTooFast,
69
/// A validator is attempting to set weights from a validator with incorrect weight version.
70
IncorrectWeightVersionKey,
0 commit comments