From edcdba552f2af3cf3c1dac33db0d97312ca55892 Mon Sep 17 00:00:00 2001 From: MrChico Date: Fri, 5 Feb 2021 17:24:21 +0100 Subject: [PATCH] Automatically merged updates to draft EIP(s) 2612 (#3251) Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft, Review, or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-2612.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2612.md b/EIPS/eip-2612.md index 6e32abc3..d23fa093 100644 --- a/EIPS/eip-2612.md +++ b/EIPS/eip-2612.md @@ -68,7 +68,7 @@ if and only if the following conditions are met: keccak256(abi.encodePacked( hex"1901", DOMAIN_SEPARATOR, - keccak256(abi.encodePacked( + keccak256(abi.encode( keccak256("Permit(address owner,address spender,uint256 value,uint256 nonce,uint256 deadline)"), owner, spender,