Skip to content

Commit 5c082d2

Browse files
committed
respond to some feedback
1 parent e786ac0 commit 5c082d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/qos_client/RESHARD_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ qos_client boot-reshard \
4141

4242
### 3 - Get attestation doc (Old Share Holder)
4343

44-
Get the attestation doc from the enclave. The attestation doc contains a refference to the reshard input and the ephemeral key which shares will be encrypted.
44+
Get the attestation doc from the enclave. The attestation doc contains a reference to the reshard input and the ephemeral key which shares will be encrypted.
4545

4646
```sh
4747
qos_client get-reshard-attestation-doc \
@@ -62,7 +62,7 @@ For each quorum key being resharded, the user will need a separate directory wit
6262
- my_alias.share
6363
```
6464

65-
Note that the logic looks at the extension of the file to determine if its a share or the quorum key.
65+
Note that the logic looks at the extension of the file to determine if it's a share or the quorum key.
6666

6767
```sh
6868
qos_client reshard-re-encrypt-share \
@@ -84,7 +84,7 @@ Post the re-encrypted shares from last step in order to reconstruct the quorum k
8484

8585
```sh
8686
qos_client reshard-post-share
87-
--provision-input-path <write: path to the file to write this users provision input> \
87+
--provision-input-path <write: path to the file to write this users ReshardProvisionInput> \
8888
--host-port 3001 \
8989
--host-ip localhost
9090
```

0 commit comments

Comments
 (0)