Skip to content

Commit

Permalink
resolve solhint errors for scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-de-leon-cll committed Dec 1, 2023
1 parent a6e29b7 commit c26330f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ contract MockScrollL1CrossDomainMessenger is IL1ScrollMessenger {
uint256 _value,
bytes calldata _message,
uint256 _gasLimit,
// solhint-disable-next-line no-unused-vars
address _refundAddress
) external payable override {
emit SentMessage(msg.sender, _target, _value, s_nonce, _gasLimit, _message);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ contract MockScrollL2CrossDomainMessenger is IL2ScrollMessenger {
uint256 _value,
bytes calldata _message,
uint256 _gasLimit,
// solhint-disable-next-line no-unused-vars
address _refundAddress
) external payable override {
emit SentMessage(msg.sender, _target, _value, s_nonce, _gasLimit, _message);
Expand Down

0 comments on commit c26330f

Please sign in to comment.