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}`) 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) {