diff --git a/docs/rfcs/1000-shamir-based-recovery.md b/docs/rfcs/1000-shamir-based-recovery.md index 4eaaaf30d67..7e7dfde7659 100644 --- a/docs/rfcs/1000-shamir-based-recovery.md +++ b/docs/rfcs/1000-shamir-based-recovery.md @@ -757,7 +757,7 @@ Authenticated API: }, { // Given timestamp does not match previous timestamps - "status": "incoherent_previous_timestamp" + "status": "inconsistent_previous_timestamp" } { // Nothing to delete @@ -828,7 +828,7 @@ The deletion certificate } ``` -The certificate needs to include the previous certificate timestamp in the deletion certificateto link both certificates together. +The certificate needs to include the previous certificate timestamp in the deletion certificate to link both certificates together. > Future evolution: link the certificates with 1/ the brief signature 2/ a certificate id. This kind of link can be done between the share and brief certificate too.