Skip to content

Commit

Permalink
Update EIP-2771: Fix typo (#6281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Jan 6, 2023
1 parent d8e492c commit cc3c767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2771.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function isTrustedForwarder(address forwarder) external view returns(bool);

Internally, the **Recipient** MUST then accept a request from forwarder.

`isTrustedForwarder` function MAY be called on-chain, and as such gas restrictions MUST be put in place. A Gas limit of 50k SHOULD be sufficient to making the decision either inside the contract, or delegating it to another contract and doing some memory access calculations, like querying a mapping.
`isTrustedForwarder` function MAY be called on-chain, and as such gas restrictions MUST be put in place. A gas limit of 50k SHOULD be sufficient to making the decision either inside the contract, or delegating it to another contract and doing some memory access calculations, like querying a mapping.

## Rationale

Expand Down

0 comments on commit cc3c767

Please sign in to comment.