Correct comment in hashEIP712Message() in LibEIP712Domai.sol.

Merge janky changelog notes in `types` package.
Correct changelog note in `coordinator` changelog.
This commit is contained in:
Lawrence Forman
2019-03-15 19:23:56 -04:00
parent ae24119c09
commit 4c55004b08
3 changed files with 6 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
"note": "Created Coordinator package"
},
{
"note": "Use mixed EIP712 domains for transactions and approvals",
"note": "Use separate EIP712 domains for transactions and approvals",
"pr": 1705
},
{

View File

@@ -111,7 +111,7 @@ contract LibEIP712Domain is
// Assembly for more efficient computing:
// keccak256(abi.encodePacked(
// EIP191_HEADER,
// EIP712_COORDINATOR_DOMAIN_HASH,
// EIP712_DOMAIN_HASH,
// hashStruct
// ));