diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-06 17:09:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-06 17:09:16 -0400 |
commit | f077bb55ab2b5d5f16aba3352a2a526ef6358abf (patch) | |
tree | 64faba40cb5b294b24bbb2c527fe5379562d2669 /src/or | |
parent | ea570fa13c3305406790125d01de301b3f894ab1 (diff) | |
download | tor-f077bb55ab2b5d5f16aba3352a2a526ef6358abf.tar tor-f077bb55ab2b5d5f16aba3352a2a526ef6358abf.tar.gz |
fix a copy-paste comment mistake
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/dirvote.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h index 208257921..4c57e4366 100644 --- a/src/or/dirvote.h +++ b/src/or/dirvote.h @@ -61,8 +61,8 @@ * Unmeasured=1 flag for unmeasured bandwidths */ #define MIN_METHOD_TO_CLIP_UNMEASURED_BW 17 -/** Lowest consensus method that ensures that authorities output an - * Unmeasured=1 flag for unmeasured bandwidths */ +/** Lowest consensus method where authorities may include an "id" line in + * microdescriptors. */ #define MIN_METHOD_FOR_ID_HASH_IN_MD 18 /** Default bandwidth to clip unmeasured bandwidths to using method >= |