Skip to content

Commit

Permalink
fix: Comments from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoMelo00 committed Sep 16, 2024
1 parent 06eb6ae commit 0de2f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/mocks/MaliciousERC20.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: CC0-1.0

pragma solidity ^0.8.0;
pragma solidity ^0.8.9;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

Expand Down
4 changes: 2 additions & 2 deletions contracts/mocks/MaliciousRecipient.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: CC0-1.0

// contracts/MaliciousRecipient.sol
pragma solidity ^0.8.0;

pragma solidity ^0.8.9;

contract MaliciousRecipient {
// Fallback function that reverts when receiving Ether
Expand Down

0 comments on commit 0de2f44

Please sign in to comment.