Skip to content

Commit 8947d39

Browse files
committed
linting
1 parent bc1e40d commit 8947d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/trading/seaport16/ImmutableSeaportTestHelper.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ abstract contract ImmutableSeaportTestHelper is Test, SigningTestHelper {
125125
return keccak256(receivedItemsHash);
126126
}
127127

128-
function _signOrder(uint256 _signerPkey, bytes32 _orderHash) internal view returns (bytes memory) {
128+
function _signOrder(uint256 /* _signerPkey */, bytes32 /* _orderHash */) internal pure returns (bytes memory) {
129129
// For the purposes of testing, the offerer wallet will always return valid for signature checks
130130
return abi.encodePacked("Hello!");
131131
}

0 commit comments

Comments
 (0)