mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-02 21:03:28 +00:00
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')
|
||||
|
||||
return dailyLimitModule.executeDailyLimit(
|
||||
0,
|
||||
destination,
|
||||
value,
|
||||
0,
|
||||
{ from: userAccount, gas: '5000000' },
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user