add log message

This commit is contained in:
Roman Storm 2019-11-28 00:52:49 -08:00
parent ffb9043b60
commit 7ca4715855

View File

@ -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.' })
}
}