remove uneeded callback

pull/1/head
yann300 7 years ago
parent 2245d6c9bb
commit 9ebde45285
  1. 3
      src/app/txListener.js

@ -164,9 +164,7 @@ class TxListener {
if (contractName) {
this._resolvedContracts[tx.to] = contractName
this._resolveFunction(contractName, contracts, tx, false)
return cb()
}
return cb()
}
return cb()
})
@ -174,7 +172,6 @@ class TxListener {
}
if (contractName) {
this._resolveFunction(contractName, contracts, tx, false)
return cb()
}
return cb()
}

Loading…
Cancel
Save