Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaDolo committed Jun 20, 2024
1 parent 2f9f3a2 commit 4cb8a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rfcs/1000-shamir-based-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ Authenticated API:
},
{
// Given timestamp does not match previous timestamps
"status": "incoherent_previous_timestamp"
"status": "inconsistent_previous_timestamp"
}
{
// Nothing to delete
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4cb8a65

Please sign in to comment.