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 60642f6 commit 8a0f456Copy full SHA for 8a0f456
tools/query/src/query_type.rs
@@ -176,7 +176,7 @@ impl QueryType {
176
Ok(json!({
177
"consensus_public_key": res.consensus_public_key,
178
"validator_network_addresses": res.validator_network_addresses().context("can't BCS decode the validator network address")?,
179
- "fullnode_network_addresses": res.validator_network_addresses().context("can't BCS decode the fullnode network address")?,
+ "fullnode_network_addresses": res.fullnode_network_addresses().context("can't BCS decode the fullnode network address")?,
180
"validator_index": res.validator_index,
181
}))
182
}
0 commit comments