Update the informational link (#3703)

pull/3705/head
Emre Tepe 2 years ago committed by GitHub
parent 9416743a10
commit 76b538c226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/metatx/MinimalForwarder.sol

@ -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

Loading…
Cancel
Save