Skip to content

Commit f6b3684

Browse files
qbzztwackerow
andauthored
@wackerow edits.
Co-authored-by: Paul Wackerow <[email protected]>
1 parent 840afcd commit f6b3684

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/tutorials/secret-state

1 file changed

+1
-1
lines changed

public/content/developers/tutorials/secret-state/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ All MUD functions in the same `System` go through the same access control, so I
508508
509509
### Zero-knowledge abuses {#zero-knowledge-abuses}
510510
511-
The math to verify Zokrates is beyond the scope of this tutorial (and my abilities). However, we can run various checks on the zero-knowledge code to verify that if it is not done correctly it fails. All of these tests are going to require us to change [`zero-knowledge.ts`](https://github.com/qbzzt/20240901-secret-state/blob/main/packages/server/src/zero-knowledge.ts) and restart the entire application. IT is not sufficient to restart the server process, because it puts the application in an impossible state (the player has a game in progress, but the game is no longer available to the server).
511+
The math to verify Zokrates is beyond the scope of this tutorial (and my abilities). However, we can run various checks on the zero-knowledge code to verify that if it is not done correctly it fails. All of these tests are going to require us to change [`zero-knowledge.ts`](https://github.com/qbzzt/20240901-secret-state/blob/main/packages/server/src/zero-knowledge.ts) and restart the entire application. It is not sufficient to restart the server process, because it puts the application in an impossible state (the player has a game in progress, but the game is no longer available to the server).
512512
513513
#### Wrong answer {#wrong-answer}
514514

0 commit comments

Comments
 (0)