From 5c082d24cfd36d9f1302b952bbd26500f13e86c7 Mon Sep 17 00:00:00 2001 From: Zeke Mostov Date: Mon, 6 May 2024 20:17:38 -0400 Subject: [PATCH] respond to some feedback --- src/qos_client/RESHARD_GUIDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qos_client/RESHARD_GUIDE.md b/src/qos_client/RESHARD_GUIDE.md index c7fa4489b..3cc9b1fb4 100644 --- a/src/qos_client/RESHARD_GUIDE.md +++ b/src/qos_client/RESHARD_GUIDE.md @@ -41,7 +41,7 @@ qos_client boot-reshard \ ### 3 - Get attestation doc (Old Share Holder) -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. +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. ```sh qos_client get-reshard-attestation-doc \ @@ -62,7 +62,7 @@ For each quorum key being resharded, the user will need a separate directory wit - my_alias.share ``` -Note that the logic looks at the extension of the file to determine if its a share or the quorum key. +Note that the logic looks at the extension of the file to determine if it's a share or the quorum key. ```sh 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 ```sh qos_client reshard-post-share - --provision-input-path \ + --provision-input-path \ --host-port 3001 \ --host-ip localhost ```