diff options
Diffstat (limited to 'src/or/hs_service.h')
-rw-r--r-- | src/or/hs_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_service.h b/src/or/hs_service.h index cd4874c8ee..317b9d795d 100644 --- a/src/or/hs_service.h +++ b/src/or/hs_service.h @@ -126,7 +126,7 @@ typedef struct hs_service_descriptor_t { /** List of the responsible HSDirs (their b64ed identity digest) last time we * uploaded this descriptor. If the set of responsible HSDirs is different * from this list, this means we received new dirinfo and we need to - * reupload our descriptor. This list is always sorted lexicographically. */ + * reupload our descriptor. */ smartlist_t *previous_hsdirs; } hs_service_descriptor_t; |