From 8982df94824b536698a3e3d303ed971062a4de56 Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Wed, 28 Nov 2018 03:40:14 +0530 Subject: [PATCH] Made blackCDP bytes32 non-public. --- contracts/protocols/InstaMaker.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/protocols/InstaMaker.sol b/contracts/protocols/InstaMaker.sol index 2db77d1..d8f0d4d 100644 --- a/contracts/protocols/InstaMaker.sol +++ b/contracts/protocols/InstaMaker.sol @@ -93,7 +93,7 @@ contract GlobalVar is Registry { using SafeMath for uint; using SafeMath for uint256; - bytes32 public blankCDP = 0x0000000000000000000000000000000000000000000000000000000000000000; + bytes32 blankCDP = 0x0000000000000000000000000000000000000000000000000000000000000000; address cdpAddr; // cups mapping (address => bytes32) cdps; // borrower >>> CDP Bytes bool public freezed;