WA-238 Fix withdrawn smart contract function
This commit is contained in:
parent
f917bb2abd
commit
071fee9056
|
@ -43,9 +43,9 @@ const withdrawn = async (values: Object, safeAddress: string, userAccount: strin
|
||||||
const value = web3.toWei(values[VALUE_PARAM], 'ether')
|
const value = web3.toWei(values[VALUE_PARAM], 'ether')
|
||||||
|
|
||||||
return dailyLimitModule.executeDailyLimit(
|
return dailyLimitModule.executeDailyLimit(
|
||||||
|
0,
|
||||||
destination,
|
destination,
|
||||||
value,
|
value,
|
||||||
0,
|
|
||||||
{ from: userAccount, gas: '5000000' },
|
{ from: userAccount, gas: '5000000' },
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue