fix BN
This commit is contained in:
parent
ba7717bf9f
commit
7f414d1d55
@ -61,7 +61,7 @@ async function relayController(req, resp) {
|
|||||||
|
|
||||||
await redisClient.set('foo', 'bar')
|
await redisClient.set('foo', 'bar')
|
||||||
requestJob = await withdrawQueue.add({
|
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 })
|
}, { removeOnComplete: true })
|
||||||
reponseCbs[requestJob.id] = resp
|
reponseCbs[requestJob.id] = resp
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user