Commit 4db9d6cd authored by yann300's avatar yann300

fix web3 according to the safari fix

parent cb9cdb97
......@@ -674,7 +674,9 @@ function tryTillResponse (web3, txhash, done) {
// Try again with a bit of delay
setTimeout(function () { tryTillResponse(web3, txhash, done) }, 500)
} else {
done(err, address)
done(err, {
result: address
})
}
})
}
......
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