mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
Fixed a silly error.
This commit is contained in:
parent
9bf4a056f2
commit
c44cc2dafc
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user