diff --git a/packages/dai-plugin-mcd/src/CdpManager.js b/packages/dai-plugin-mcd/src/CdpManager.js index 54c5087eb..1fcae7a30 100644 --- a/packages/dai-plugin-mcd/src/CdpManager.js +++ b/packages/dai-plugin-mcd/src/CdpManager.js @@ -141,7 +141,7 @@ export default class CdpManager extends LocalService { const jugAddress = this.get('smartContract').getContractAddress('MCD_JUG'); const isEth = ETH.isInstance(lockAmount); const isGnt = GNT.isInstance(lockAmount); - const method = setMethod(isEth, isGnt, id, lockAmount); + const method = setMethod(isEth, isGnt, id); const args = [ this._managerAddress, jugAddress,