Skip to content

Commit 475a2e5

Browse files
committed
Ether sign changes as per new commit
Reviewers: benchan, arik, alex Reviewed By: alex Subscribers: ben Differential Revision: https://phabricator.bitgo.com/D6093
1 parent 677915b commit 475a2e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/v2/coins/eth.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ const getOperationSha3ForExecuteAndConfirm = (recipients, expireTime, contractSe
8989

9090
const recipient = recipients[0];
9191
return ethUtil.bufferToHex(ethAbi.soliditySHA3(
92-
["address", "uint", "string", "uint", "uint"],
92+
["string", "address", "uint", "string", "uint", "uint"],
9393
[
94+
"ETHER",
9495
new ethUtil.BN(ethUtil.stripHexPrefix(recipient.address), 16),
9596
recipient.amount,
9697
ethUtil.stripHexPrefix(recipient.data) || '',

0 commit comments

Comments
 (0)