aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-05 08:11:41 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-05 08:11:41 -0400
commit5edc59bfd185a894ae2b72984e87b480531963a4 (patch)
tree1f20e12af58805f500e87bade4caf02809eab555 /src/feature
parent34b53ed8df1c315a42942f9c2f801edc4d29dc0c (diff)
downloadtor-5edc59bfd185a894ae2b72984e87b480531963a4.tar.gz
tor-5edc59bfd185a894ae2b72984e87b480531963a4.zip
Increment MIN_SUPPORTED_CONSENSUS_METHOD to 32.
Per proposal 290, all earlier consensus methods are obsolete, since 32 is the highest method supported by 0.4.7.7.
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/dirauth/dirvote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirvote.h b/src/feature/dirauth/dirvote.h
index 6d02ef3635..9faea988d0 100644
--- a/src/feature/dirauth/dirvote.h
+++ b/src/feature/dirauth/dirvote.h
@@ -50,7 +50,7 @@
((MIN_VOTE_SECONDS_TESTING)+(MIN_DIST_SECONDS_TESTING)+1)
/** The lowest consensus method that we currently support. */
-#define MIN_SUPPORTED_CONSENSUS_METHOD 28
+#define MIN_SUPPORTED_CONSENSUS_METHOD 32
/** The highest consensus method that we currently support. */
#define MAX_SUPPORTED_CONSENSUS_METHOD 34