Skip to content

Commit

Permalink
πŸ‘·πŸ»β€β™‚οΈ Update hashing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Oct 30, 2023
1 parent db65363 commit 5bda68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/ConditionalOrderHashLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ library ConditionalOrderHashLib {
co.nonce,
co.requireVerified,
co.trustedExecutor,
co.maxExecutorFee,
co.conditions
)
);
Expand Down
1 change: 1 addition & 0 deletions test/utils/ConditionalOrderSignature.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ contract ConditionalOrderSignature {
co.nonce,
co.requireVerified,
co.trustedExecutor,
co.maxExecutorFee,
co.conditions
)
);
Expand Down

0 comments on commit 5bda68c

Please sign in to comment.