Skip to content

Commit

Permalink
👷🏻 🪲 Fix conditional order hash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Nov 22, 2023
1 parent 9145753 commit 28099ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/ConditionalOrderHashLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ library ConditionalOrderHashLib {
co.requireVerified,
co.trustedExecutor,
co.maxExecutorFee,
keccak256(abi.encode(hashedConditions))
keccak256(abi.encodePacked(hashedConditions))
)
);
}
Expand Down

0 comments on commit 28099ca

Please sign in to comment.