Commit 74fb1cb4 authored by yann300's avatar yann300

fix tryTillResponse misuse

parent 627e624a
......@@ -69,7 +69,7 @@ TxRunner.prototype.execute = function (args, callback) {
return callback(err, resp)
}
tryTillResponse(self.web3, resp, callback)
tryTillResponse(resp, callback)
})
})
}
......
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