mirror of
https://github.com/tornadocash/tornado-relayer
synced 2024-02-02 15:04:06 +01:00
transactionHash error log
This commit is contained in:
parent
e326186364
commit
89341b362e
@ -91,7 +91,7 @@ async function relay (req, resp) {
|
||||
console.log(`A new successfully sent tx ${txHash} for the ${recipient}`)
|
||||
}).on('error', function(e){
|
||||
config.nonce--
|
||||
console.log(e)
|
||||
console.error('on transactionHash error', e.message)
|
||||
return resp.status(400).json({ error: 'Proof is malformed.' })
|
||||
})
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user