Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammatical and typo corrections #477

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/03_register.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ As long as you belong to a specific semaphore group can register.

## Hats

Those who are wearing hat with certain id could register.
Those who are wearing a hat with a certain ID could register.
2 changes: 1 addition & 1 deletion docs/04_voting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Once applications have been approved and the voters' addresses have been added,

- Navigate to https://maci-platform.vercel.app/signup
- Click `Join` button to signup and wait for transaction confirmation
- After signing up, you could navigate to https://maci-platform.vercel.app/projects and click the `Add` button on the project card or add your vote amount in the project details page (https://maci-platform.vercel.app/projects/:projectId)
- After signing up, you can navigate to https://maci-platform.vercel.app/projects and click the `Add` button on the project card or add your vote amount in the project details page (https://maci-platform.vercel.app/projects/:projectId)
- Click `Ballot` on the navbar to navigate to the ballot page (https://maci-platform.vercel.app/ballot)
- Adjust the allocation
- Click `Submit` and send the transaction
Expand Down
2 changes: 1 addition & 1 deletion docs/06_maci_troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Below are error codes and their related contract errors.
| `0xf5ee9a14` | MACI: PoseidonHashLibrariesNotLinked() | The poseidon contracts are not linked to the MACI deployment factory, or the linked poseidon contracts are not working correctly. |
| `0x79fae7af` | MACI: InvalidPubKey() | The generated MACI keypair is not on the curve, try to update the dependencies and re-generate one. |
| `0xcd74a32b` | EASGatekeeper: AttesterNotTrusted() | The attestation submitted to the contract is not given by the trusted address registered to the contract. Make sure you deploy the EASGatekeeper contract with correct attester, or ask for an attestation from that attester. |
| `0xbff3c451` | EASGatekeeper: AlreadyRegistered() | The provided attestation is already used to registered before. |
| `0xbff3c451` | EASGatekeeper: AlreadyRegistered() | The provided attestation is already used to register before. |

## Sign up revert

Expand Down
Loading