transactionHash error log

This commit is contained in:
Alexey 2019-12-03 16:46:18 +03:00
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) {