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 d16bba5 commit dfdf22dCopy full SHA for dfdf22d
pallets/subtensor/src/macros/errors.rs
@@ -150,10 +150,10 @@ mod errors {
150
TooManyChildren,
151
/// Default transaction rate limit exceeded.
152
TxRateLimitExceeded,
153
- /// Swap already scheduled.
154
- SwapAlreadyScheduled,
155
- /// failed to swap coldkey
156
- FailedToSchedule,
+ /// Coldkey swap announcement not found
+ ColdkeySwapAnnouncementNotFound,
+ /// Coldkey swap too early.
+ ColdkeySwapTooEarly,
157
/// New coldkey is hotkey
158
NewColdKeyIsHotkey,
159
/// Childkey take is invalid.
@@ -266,5 +266,7 @@ mod errors {
266
InvalidRootClaimThreshold,
267
/// Exceeded subnet limit number or zero.
268
InvalidSubnetNumber,
269
+ /// Deprecated call.
270
+ Deprecated,
271
}
272
0 commit comments