Skip to content

Commit

Permalink
docs: typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhwu committed Oct 3, 2024
1 parent ac1d68e commit dbcf359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/V3DutchOrderLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ library V3DutchOrderLib {
}

/// @notice get the digest of the cosigner data
/// @param order the priorityOrder
/// @param order the V3DutchOrder
/// @param orderHash the hash of the order
function cosignerDigest(V3DutchOrder memory order, bytes32 orderHash) internal pure returns (bytes32) {
return keccak256(abi.encodePacked(orderHash, abi.encode(order.cosignerData)));
Expand Down

0 comments on commit dbcf359

Please sign in to comment.