mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-07-14 10:39:39 -04:00
add log message
This commit is contained in:
parent
ffb9043b60
commit
7ca4715855
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue