Skip to content

Commit

Permalink
Grammar Update 06_maci_troubleshooting.md
Browse files Browse the repository at this point in the history
"already used to registered before"

Grammar: The phrase "used to registered" should be "used to register."
Corrected version: "The provided attestation is already used to register before."

Corrected.
  • Loading branch information
mdqst authored Nov 9, 2024
1 parent fc6d008 commit bc9c69c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bc9c69c

Please sign in to comment.