Add message to caution that SafeMath.sol is for Solidity 0.8
This commit is contained in:
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
pragma solidity ^0.8.0;
|
pragma solidity ^0.8.0;
|
||||||
|
|
||||||
|
// CAUTION
|
||||||
|
// This version of SafeMath should only be used with Solidity 0.8 or later,
|
||||||
|
// because it relies on the compiler's built in overflow checks.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Wrappers over Solidity's arithmetic operations.
|
* @dev Wrappers over Solidity's arithmetic operations.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user