Skip to content

Commit 8a0f456

Browse files
misko90o-de-lally
authored andcommitted
[tools] fix val config query to show correct fullnode/vfn address (#130)
1 parent 60642f6 commit 8a0f456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/query/src/query_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl QueryType {
176176
Ok(json!({
177177
"consensus_public_key": res.consensus_public_key,
178178
"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")?,
179+
"fullnode_network_addresses": res.fullnode_network_addresses().context("can't BCS decode the fullnode network address")?,
180180
"validator_index": res.validator_index,
181181
}))
182182
}

0 commit comments

Comments
 (0)