Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zimpha committed Aug 18, 2023
1 parent 91f7d85 commit 7c063c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/libraries/ScrollMessengerBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ abstract contract ScrollMessengerBase is
}
}

/// @dev Internal function to check whether the `_target` address is blacklisted.
/// @dev Internal function to check whether the `_target` address is allowed to avoid attack.
/// @param _target The address of target address to check.
function _validateTargetAddress(address _target) internal view {
// @note check more `_target` address to avoid attack in the future when we add more external contracts.
Expand Down

0 comments on commit 7c063c6

Please sign in to comment.