Commit 9ebde452 authored by yann300's avatar yann300

remove uneeded callback

parent 2245d6c9
...@@ -164,9 +164,7 @@ class TxListener { ...@@ -164,9 +164,7 @@ class TxListener {
if (contractName) { if (contractName) {
this._resolvedContracts[tx.to] = contractName this._resolvedContracts[tx.to] = contractName
this._resolveFunction(contractName, contracts, tx, false) this._resolveFunction(contractName, contracts, tx, false)
return cb()
} }
return cb()
} }
return cb() return cb()
}) })
...@@ -174,7 +172,6 @@ class TxListener { ...@@ -174,7 +172,6 @@ class TxListener {
} }
if (contractName) { if (contractName) {
this._resolveFunction(contractName, contracts, tx, false) this._resolveFunction(contractName, contracts, tx, false)
return cb()
} }
return cb() return cb()
} }
......
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