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}`)
|
console.log(`A new successfully sent tx ${txHash} for the ${recipient}`)
|
||||||
}).on('error', function(e){
|
}).on('error', function(e){
|
||||||
config.nonce--
|
config.nonce--
|
||||||
console.log(e)
|
console.error('on transactionHash error', e.message)
|
||||||
return resp.status(400).json({ error: 'Proof is malformed.' })
|
return resp.status(400).json({ error: 'Proof is malformed.' })
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user