Unverified Commit 0cc882ef by Clément Lesaege Committed by GitHub

typo fix: forwared -> forwarded (#2290)

parent 3f442052
...@@ -180,7 +180,7 @@ interface IRelayHub { ...@@ -180,7 +180,7 @@ interface IRelayHub {
* - `gasLimit`: gas to forward when calling the encoded function * - `gasLimit`: gas to forward when calling the encoded function
* - `nonce`: client's nonce * - `nonce`: client's nonce
* - `signature`: client's signature over all previous params, plus the relay and RelayHub addresses * - `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. * `RelayHub`, but it still can be used for e.g. a signature.
* *
* Emits a {TransactionRelayed} event. * Emits a {TransactionRelayed} event.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment