Skip to content
Snippets Groups Projects
Unverified Commit 3b2525c3 authored by teor's avatar teor
Browse files

Fix changes file and string typos

Part of 31684.
parent 6413b210
No related branches found
No related tags found
No related merge requests found
o Minor features (onion services):
o Minor features (controller):
- Implement a new GETINFO command to fetch microdescriptor consensus.
Closes ticket 31684.
o Code simplification and refactoring (onion services):
o Code simplification and refactoring (controller):
- Create a helper function that can fetch network status or microdesc
consensuses.
consensuses. Closes ticket 31684.
......@@ -1545,7 +1545,7 @@ static const getinfo_item_t getinfo_items[] = {
ITEM("dir/status-vote/current/consensus", dir,
"v3 Networkstatus consensus as retrieved from a DirPort."),
ITEM("dir/status-vote/current/consensus-microdesc", dir,
"v3 Microdescriptors consensus as retrieved from a DirPort."),
"v3 Microdescriptor consensus as retrieved from a DirPort."),
ITEM("exit-policy/default", policies,
"The default value appended to the configured exit policy."),
ITEM("exit-policy/reject-private/default", policies,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment