diff --git a/src/PrivateVoting.jsx b/src/PrivateVoting.jsx index 46fc869..0259eb3 100644 --- a/src/PrivateVoting.jsx +++ b/src/PrivateVoting.jsx @@ -251,7 +251,7 @@ function PrivateVoting() {
Code Snippets:


- User vote count and choice are stored on-chain in an encryted + User vote count and choice are stored on-chain in an encrypted manner.
CodePrivateVoting1