Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 25, 2024
1 parent 6a7b19e commit 7bb10a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/zero-knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Clients will convert all actions to:
{ type: '0', d: string, iv: string }
```

Server need to save client’s actions. For instance by using persistent log (you may need to write `LogStore` implementation to keep log in some database).
Server needs to save client’s actions. For instance by using persistent log (you may need to write `LogStore` implementation to keep log in some database).

On the server you will need to set `reasons` for `0` actions to keep them in log:

Expand Down

0 comments on commit 7bb10a0

Please sign in to comment.