Skip to content

Commit

Permalink
✅ 🪲 Update getConditionalOrderSignatureRaw with encodePacked
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Nov 22, 2023
1 parent 28099ca commit 760a9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/ConditionalOrderSignature.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contract ConditionalOrderSignature {
co.requireVerified,
co.trustedExecutor,
co.maxExecutorFee,
keccak256(abi.encode(hashedConditions))
keccak256(abi.encodePacked(hashedConditions))
)
);

Expand Down

0 comments on commit 760a9a0

Please sign in to comment.