Merge branch 'develop' of https://github.com/ethereum/web3.js into develop

This commit is contained in:
beth.null 2015-09-15 11:09:43 +02:00
commit 08e8b22572
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ FakeHttpProvider.prototype.sendAsync = function (payload, callback) {
// imitate plain json object
this.validation(JSON.parse(JSON.stringify(payload)), callback);
}
var response = this.getResponse();
var response = this.getResponse(payload);
var error = this.error;
setTimeout(function(){
callback(error, response);