Skip to content

Commit f6f9c0c

Browse files
committed
PR feedback
1 parent 5383e75 commit f6f9c0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/mainnet/net/voting/coordinator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Example
4242
4343
election-coordinator --node http://localhost:20001 initial-weights --out . generate --start 2024-01-01T00:00:00Z --end 2024-01-03T00:00:00Z
4444
45-
The weights are stored in the initial-weights.csv file, and the corresponding parameters used to compute them stored in initial-weights-params.json.
45+
The weights are stored in the initial-weights.csv file, and the corresponding parameters used to compute them are stored in initial-weights-params.json file in the current path directory.
4646

4747
Create a new election instance
4848
------------------------------

source/mainnet/net/voting/verify-election-result.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Example
2929
3030
election-coordinator --node https://grpc.testnet.concordium.com:20000 initial-weights --out . verify --contract "<8836,0>"
3131
32-
The weights are stored in the initial-weights.csv file, and the corresponding parameters used to compute them stored in initial-weights-params.json.
32+
The weights are stored in the initial-weights.csv file, and the corresponding parameters used to compute them are stored in initial-weights-params.json file in the current path directory.
3333

3434
Get the final weights
3535
---------------------
@@ -45,7 +45,7 @@ Example
4545
Verify the encrypted tally registered in the contract
4646
-----------------------------------------------------
4747

48-
The ``tally`` command uses the final-weights.csv generated above to compute the encrypted tally of the election and optionally post it in the smart contract. This sums up all the votes during the election period and scales them according to the specified weights.
48+
The ``tally`` command uses the final-weights.csv generated above to compute the encrypted tally of the election and optionally posts it in the smart contract. This sums up all the votes during the election period and scales them according to the specified weights.
4949

5050
.. code-block:: console
5151
@@ -58,6 +58,6 @@ Use the ``final-result`` command after the guardians have each decrypted their s
5858

5959
.. code-block:: console
6060
61-
election-coordinator --node https://grpc.testnet.concordium.com:20000 final-result --contract "<8836,0>"
61+
election-coordinator --node https://grpc.testnet.concordium.com:20000 final-result --contract "<8836,0>"
6262
6363
This will look up all the decryption shares provided by the guardians, check that they are valid, and if there are enough of the valid ones, it will decrypt the final result and publish it in the smart contract.

0 commit comments

Comments
 (0)