Skip to content

Commit

Permalink
docs: add warnings for _coalescePreValidation helper
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Jan 18, 2024
1 parent cac319d commit f18fd8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/ValidationDataHelpers.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.21;

/// @dev This helper function assumes that uint160(validationData1) and uint160(validationData2) can only be 0 or 1
// solhint-disable-next-line private-vars-leading-underscore
function _coalescePreValidation(uint256 validationData1, uint256 validationData2)
pure
Expand Down

0 comments on commit f18fd8d

Please sign in to comment.