fix tryTillResponse misuse

pull/1/head
yann300 8 years ago
parent 627e624a20
commit 74fb1cb45e
  1. 2
      src/app/execution/txRunner.js

@ -69,7 +69,7 @@ TxRunner.prototype.execute = function (args, callback) {
return callback(err, resp)
}
tryTillResponse(self.web3, resp, callback)
tryTillResponse(resp, callback)
})
})
}

Loading…
Cancel
Save