diff --git a/EIPS/eip-1077.md b/EIPS/eip-1077.md index 9130357d52288..e8eabaeebdb74 100644 --- a/EIPS/eip-1077.md +++ b/EIPS/eip-1077.md @@ -155,7 +155,7 @@ A function which returns the amount of signatures that are required for a given Whenever a new transaction is executed it **must** emit an event with the signHash, nonce and either the transaction was sucessfully executed or not. Apps that are waiting for a transaction to be executed should subscribe to the identity and watch this event to see if their transaction was sucessful. If a different signHash is executed with an equal or higher nonce, it means that your transaction has been replaced. ## Implementation -Onde initial implementation of such contract can be found at [the Identity Gas Relay at the Status repository](https://github.com/status-im/contracts/blob/73-economic-abstraction/contracts/identity/IdentityGasRelay.sol) +One initial implementation of such a contract can be found at [the Identity Gas Relay at the Status repository](https://github.com/status-im/contracts/blob/73-economic-abstraction/contracts/identity/IdentityGasRelay.sol) ## Similar implementations