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 a481394 commit 4435c5cCopy full SHA for 4435c5c
rust/catalyst-types/src/id_uri/key_rotation.rs
@@ -22,7 +22,7 @@ pub enum KeyRotationError {
22
pub struct KeyRotation(u16);
23
24
impl KeyRotation {
25
- /// Default Role Index
+ /// Default Key Rotation
26
pub const DEFAULT: KeyRotation = KeyRotation(0);
27
28
/// Is the `KeyRotation` the default value
0 commit comments