Skip to content

ExitPath: Add an explanation of WeightRole::Exit on non-exit circs

Nick Mathewson requested to merge nickm/arti:ticket_785 into main

In one case, we use WeightRole::Exit on circuits that can't actually be used to exit. This commit adds a comment to explain why, so that we don't wonder about it in the future, and we have some indication of whether it's still appropriate.

Closes #785 (closed)

cc @mikeperry

Merge request reports