typo fix: forwared -> forwarded (#2290)

pull/2292/head
Clément Lesaege 5 years ago committed by GitHub
parent 3f4420527b
commit 0cc882ef9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/GSN/IRelayHub.sol

@ -180,7 +180,7 @@ interface IRelayHub {
* - `gasLimit`: gas to forward when calling the encoded function
* - `nonce`: client's nonce
* - `signature`: client's signature over all previous params, plus the relay and RelayHub addresses
* - `approvalData`: dapp-specific data forwared to {acceptRelayedCall}. This value is *not* verified by the
* - `approvalData`: dapp-specific data forwarded to {acceptRelayedCall}. This value is *not* verified by the
* `RelayHub`, but it still can be used for e.g. a signature.
*
* Emits a {TransactionRelayed} event.

Loading…
Cancel
Save