mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-05-08 17:44:59 -04:00
update withdraw limits
This commit is contained in:
parent
66082a8fbc
commit
33b6561ffe
2 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,7 @@ async function getTxObject({ data }) {
|
|||
value: data.args[5],
|
||||
to: contract._address,
|
||||
data: calldata,
|
||||
gasLimit: gasLimits[data.type],
|
||||
gasLimit: gasLimits['WITHDRAW_WITH_EXTRA'],
|
||||
}
|
||||
} else {
|
||||
const method = data.type === jobType.MINING_REWARD ? 'reward' : 'withdraw'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue