aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 64689d8c74..f2fe563b5b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1315,7 +1315,7 @@ typedef struct networkstatus_voter_info_t {
uint16_t dir_port;
uint16_t or_port;
char *contact;
- char vote_digest[DIGEST_LEN]; /* consensus only. */
+ char vote_digest[DIGEST_LEN];
char signing_key_digest[DIGEST_LEN]; /* This part is _not_ signed. */
char *pending_signature;