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 0bca034 commit b739d13Copy full SHA for b739d13
packages/std/src/query/staking.rs
@@ -33,7 +33,7 @@ pub enum StakingQuery {
33
///
34
/// The query response type is `ValidatorResponse`.
35
Validator {
36
- /// The validator's address (e.g. (e.g. cosmosvaloper1...))
+ /// The validator's address (e.g. cosmosvaloper1...)
37
address: String,
38
},
39
}
0 commit comments