This commit is contained in:
Alexey 2019-12-17 02:56:10 +03:00
parent ba7717bf9f
commit 7f414d1d55
1 changed files with 1 additions and 1 deletions

View File

@ -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
}