Skip to content

Commit f72c2d5

Browse files
committed
change ETH -> value
1 parent 8b7e961 commit f72c2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/metatx/ERC2771Forwarder.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ contract ERC2771Forwarder is EIP712, Nonces {
206206
* Emits an {ExecutedForwardRequest} event.
207207
*
208208
* IMPORTANT: Using this function doesn't check that all the `msg.value` was sent, potentially
209-
* leaving ETH stuck in the contract.
209+
* leaving value stuck in the contract.
210210
*/
211211
function _execute(
212212
ForwardRequestData calldata request,

0 commit comments

Comments
 (0)