mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Remove a since-fixed XXX; improve a doxygen comment
This commit is contained in:
parent
004f3f4e53
commit
54ee7ff148
1 changed files with 2 additions and 6 deletions
|
@ -3534,12 +3534,8 @@ dirvote_get_vote(const char *fp, int flags)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/** Construct and return a new microdescriptor from a routerinfo <b>ri</b>.
|
||||
*
|
||||
* XXX Right now, there is only one way to generate microdescriptors from
|
||||
* router descriptors. This may change in future consensus methods. If so,
|
||||
* we'll need an internal way to remember which method we used, and ask for a
|
||||
* particular method.
|
||||
/** Construct and return a new microdescriptor from a routerinfo <b>ri</b>
|
||||
* according to <b>consensus_method</b>.
|
||||
**/
|
||||
microdesc_t *
|
||||
dirvote_create_microdescriptor(const routerinfo_t *ri, int consensus_method)
|
||||
|
|
Loading…
Add table
Reference in a new issue