fixed typo

This commit is contained in:
Fabian Vogelsteller 2015-05-21 09:51:13 +02:00
parent 0594e7f53d
commit d4bf850c11
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ SolidityFunction.prototype.sendTransaction = function () {
var payload = this.toPayload(args); var payload = this.toPayload(args);
if (!callback) { if (!callback) {
return web3.eth.sendTransaction(payload);; return web3.eth.sendTransaction(payload);
} }
web3.eth.sendTransaction(payload, callback); web3.eth.sendTransaction(payload, callback);