Skip to content

Commit

Permalink
Update the informational link (#3703)
Browse files Browse the repository at this point in the history
(cherry picked from commit 76b538c)
  • Loading branch information
emretepedev authored and frangio committed Sep 23, 2022
1 parent c8a0639 commit 1bbdf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/metatx/MinimalForwarder.sol
Expand Up @@ -57,7 +57,7 @@ contract MinimalForwarder is EIP712 {
);

// Validate that the relayer has sent enough gas for the call.
// See https://ronan.eth.link/blog/ethereum-gas-dangers/
// See https://ronan.eth.limo/blog/ethereum-gas-dangers/
if (gasleft() <= req.gas / 63) {
// We explicitly trigger invalid opcode to consume all gas and bubble-up the effects, since
// neither revert or assert consume all gas since Solidity 0.8.0
Expand Down

0 comments on commit 1bbdf20

Please sign in to comment.