Update the informational link (#3703)

(cherry picked from commit 76b538c226)
This commit is contained in:
Emre Tepe
2022-09-16 01:41:12 +03:00
committed by Francisco Giordano
parent c8a0639afe
commit 1bbdf2005d

View File

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