mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
60efce445b
Previously, I had left in some debugging code with /*XXX*/ after it, which nobody noticed. Live and learn! Next time I will use /*XXX DO NOT COMMIT*/ or something. We need to define a new consensus method for this; consensus method 21 shouldn't actually be used. Fixes bug 17702; bugfix on 0.2.7.2-alpha.
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
o Major bugfixes:
|
|
- Actually enable Ed25519-based directory collation.
|
|
Previously, the code had been written, but some debugging code that had
|
|
accidentally been left in the codebase made it stay turned off.
|
|
Fixes bug 17702; bugfix on 0.2.7.2-alpha.
|
|
|