From a3f11975c6a8612011b7e982b85f0686bf86b915 Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Sun, 28 Oct 2018 23:12:11 +0530 Subject: [PATCH] Again added SafeMath. --- contracts/MoatAddress.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contracts/MoatAddress.sol b/contracts/MoatAddress.sol index d07b455..d91d5ac 100644 --- a/contracts/MoatAddress.sol +++ b/contracts/MoatAddress.sol @@ -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 {