Fixed a silly error.

This commit is contained in:
Sowmayjain 2018-11-27 02:11:58 +05:30
parent 9bf4a056f2
commit c44cc2dafc

View File

@ -268,7 +268,7 @@ contract InstaMaker is BorrowTasks {
constructor(address rAddr) public { constructor(address rAddr) public {
addressRegistry = rAddr; addressRegistry = rAddr;
cdpAddr = cdpAddr; cdpAddr = getAddress("cdp");
approveERC20(); approveERC20();
} }