You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/developers/tutorials/secret-state/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -681,7 +681,7 @@ In this application [`gamesInProgress`](https://github.com/qbzzt/20240901-secret
681
681
682
682
This is clearly bad design fora production system,in which you'd store this information in a database. The only reason I used a variable here is because this is a tutorial and simplicity is the main consideration.
683
683
684
-
## Conclusion: When is this the appropriate technique? {#conclusion}
684
+
## Conclusion: Under what conditions is this the appropriate technique? {#conclusion}
685
685
686
686
So, now you know how to write a game with a server that stores secret state that doesn't belong onchain. But in what cases should you do it? There are two main considerations.
0 commit comments