Commit 0a86129a authored by yann300's avatar yann300

add standard error

parent d069c1a9
...@@ -44,6 +44,8 @@ class TxLogger { ...@@ -44,6 +44,8 @@ class TxLogger {
} }
} }
function log (self, tx, api) { function log (self, tx, api) {
var resolvedTransaction = api.resolvedTransaction(tx.hash) var resolvedTransaction = api.resolvedTransaction(tx.hash)
if (resolvedTransaction) { if (resolvedTransaction) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment