Skip to content

Commit

Permalink
add joinSplitInfoCommitment to hashJoinSplit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Sep 10, 2023
1 parent 30fe43b commit e35ce48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/contracts/OperationEIP712.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ contract OperationEIP712 is EIP712Upgradeable {
joinSplit.newNoteACommitment,
joinSplit.newNoteBCommitment,
joinSplit.senderCommitment,
joinSplit.joinSplitInfoCommitment,
_hashEncryptedNote(joinSplit.newNoteAEncrypted),
_hashEncryptedNote(joinSplit.newNoteBEncrypted)
)
Expand Down

0 comments on commit e35ce48

Please sign in to comment.