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.
This commit is contained in:
Nick Mathewson 2023-10-05 08:11:41 -04:00
parent 34b53ed8df
commit 5edc59bfd1

View File

@ -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