This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new ae016d1 formatting tweaks
ae016d1 is described below
commit ae016d19bb18c1fb7ec554dc26ac757526ae87a5
Author: Greg Stein <[email protected]>
AuthorDate: Fri May 27 02:19:01 2022 -0400
formatting tweaks
---
v3/README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/v3/README.md b/v3/README.md
index dd5fdc4..733b82d 100644
--- a/v3/README.md
+++ b/v3/README.md
@@ -131,11 +131,11 @@ from the authenticated credentials.
### (Re)Tally Process
1. For each issue on the ballot, the `IssueToken` is computed and
- entered into a Map<IssueToken, IssueID>
+ entered into a `Map<IssueToken, IssueID>`
1. For each vote in the election:
- 1. Compute the `VoteKey`
- 1. Decrypt the `votestring`
- 1. Look up the IssueID, and apply votestring to that issue
+ 1. Compute the `VoteKey`
+ 1. Decrypt the `votestring`
+ 1. Look up the IssueID, and apply votestring to that issue
Notes: be wary of repeats; collect STV votestrings, for passing in-bulk
to the STV algorithm.