WA-238 Fix withdrawn smart contract function

This commit is contained in:
apanizo 2018-05-27 14:38:44 +02:00
parent f917bb2abd
commit 071fee9056
1 changed files with 1 additions and 1 deletions

View File

@ -43,9 +43,9 @@ const withdrawn = async (values: Object, safeAddress: string, userAccount: strin
const value = web3.toWei(values[VALUE_PARAM], 'ether')
return dailyLimitModule.executeDailyLimit(
0,
destination,
value,
0,
{ from: userAccount, gas: '5000000' },
)
}