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 5804568 commit 6dd16a2Copy full SHA for 6dd16a2
rust/catalyst-types/src/catalyst_id/mod.rs
@@ -63,7 +63,7 @@ struct CatalystIdInner {
63
/// - `true`: The key is used for encryption.
64
/// - `false`: The key is used for signing (signature key).
65
encryption: bool,
66
- /// Catalyst ID type (URI, ID or AdminURI)
+ /// Catalyst ID type (URI, ID or Admin URI)
67
r#type: CatalystIdType,
68
}
69
0 commit comments