Minimize Solidity pragma versions for interface compatibility (#5727)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts (last updated v5.1.0) (interfaces/IERC777Recipient.sol)
|
||||
|
||||
pragma solidity ^0.8.20;
|
||||
pragma solidity >=0.5.0;
|
||||
|
||||
/**
|
||||
* @dev Interface of the ERC-777 Tokens Recipient standard as defined in the ERC.
|
||||
|
||||
Reference in New Issue
Block a user