Made blackCDP bytes32 non-public.

This commit is contained in:
Sowmayjain 2018-11-28 03:40:14 +05:30
parent ddbd6ec836
commit 8982df9482

View File

@ -93,7 +93,7 @@ contract GlobalVar is Registry {
using SafeMath for uint; using SafeMath for uint;
using SafeMath for uint256; using SafeMath for uint256;
bytes32 public blankCDP = 0x0000000000000000000000000000000000000000000000000000000000000000; bytes32 blankCDP = 0x0000000000000000000000000000000000000000000000000000000000000000;
address cdpAddr; // cups address cdpAddr; // cups
mapping (address => bytes32) cdps; // borrower >>> CDP Bytes mapping (address => bytes32) cdps; // borrower >>> CDP Bytes
bool public freezed; bool public freezed;