Again added SafeMath.

This commit is contained in:
Sowmayjain 2018-10-28 23:12:11 +05:30
parent 1d2e9f7b05
commit a3f11975c6

View File

@ -26,6 +26,9 @@ contract AddressRegistry {
contract ManageRegistry is AddressRegistry {
using SafeMath for uint;
using SafeMath for uint256;
address public pendingAdmin;
uint public pendingTime;
function setPendingAdmin() public {