help, comments: make clear that full-length node ID = public key

Generally, avoid using the "public key" terminology
This commit is contained in:
Alex Auvolat
2024-01-16 14:04:11 +01:00
parent 707d85f602
commit 82a29bf6e5
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ impl ConsulDiscovery {
ret.push((pubkey, SocketAddr::new(ip, ent.service_port)));
} else {
warn!(
"Could not process node spec from Consul: {:?} (invalid IP or public key)",
"Could not process node spec from Consul: {:?} (invalid IP address or node ID/pubkey)",
ent
);
}