mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
Again added SafeMath.
This commit is contained in:
parent
1d2e9f7b05
commit
a3f11975c6
|
@ -26,6 +26,9 @@ contract AddressRegistry {
|
||||||
|
|
||||||
contract ManageRegistry is AddressRegistry {
|
contract ManageRegistry is AddressRegistry {
|
||||||
|
|
||||||
|
using SafeMath for uint;
|
||||||
|
using SafeMath for uint256;
|
||||||
|
|
||||||
address public pendingAdmin;
|
address public pendingAdmin;
|
||||||
uint public pendingTime;
|
uint public pendingTime;
|
||||||
function setPendingAdmin() public {
|
function setPendingAdmin() public {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user