mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-07-24 07:21:10 -04:00
fix BN
This commit is contained in:
parent
ba7717bf9f
commit
7f414d1d55
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ async function relayController(req, resp) {
|
|||
|
||||
await redisClient.set('foo', 'bar')
|
||||
requestJob = await withdrawQueue.add({
|
||||
contract, nullifierHash, root, proof, args, currency, amount, fee: fee.toString(), refund
|
||||
contract, nullifierHash, root, proof, args, currency, amount, fee: fee.toString(), refund: refund.toString()
|
||||
}, { removeOnComplete: true })
|
||||
reponseCbs[requestJob.id] = resp
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue