Skip to content

Commit f6608b8

Browse files
committed
update one error comment
1 parent c097ff8 commit f6608b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mod errors {
6464
MaxWeightExceeded,
6565
/// The hotkey is attempting to become a delegate when the hotkey is already a delegate.
6666
HotKeyAlreadyDelegate,
67-
/// The hotkey is attempting to set weights twice within the duration of net_tempo/2 blocks.
67+
/// A transactor exceeded the rate limit for setting weights.
6868
SettingWeightsTooFast,
6969
/// A validator is attempting to set weights from a validator with incorrect weight version.
7070
IncorrectWeightVersionKey,

0 commit comments

Comments
 (0)