aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/onion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/onion.h')
-rw-r--r--src/core/or/onion.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/or/onion.h b/src/core/or/onion.h
index 256f0a3f31..0dac21ab6b 100644
--- a/src/core/or/onion.h
+++ b/src/core/or/onion.h
@@ -48,10 +48,9 @@ typedef struct extend_cell_t {
uint8_t cell_type;
/** An IPv4 address and port for the node we're connecting to. */
tor_addr_port_t orport_ipv4;
- /** An IPv6 address and port for the node we're connecting to. Not currently
- * used. */
+ /** An IPv6 address and port for the node we're connecting to. */
tor_addr_port_t orport_ipv6;
- /** Identity fingerprint of the node we're conecting to.*/
+ /** Identity fingerprint of the node we're connecting to.*/
uint8_t node_id[DIGEST_LEN];
/** Ed25519 public identity key. Zero if not set. */
struct ed25519_public_key_t ed_pubkey;