mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
add log message
This commit is contained in:
parent
ffb9043b60
commit
7ca4715855
@ -94,7 +94,7 @@ async function relay (req, resp) {
|
||||
return resp.status(400).json({ error: 'Proof is malformed.' })
|
||||
})
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
console.error(e.message, 'estimate gas failed')
|
||||
return resp.status(400).json({ error: 'Proof is malformed or spent.' })
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user