Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed May 21, 2015
1 parent 0594e7f commit d4bf850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web3/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ SolidityFunction.prototype.sendTransaction = function () {
var payload = this.toPayload(args);

if (!callback) {
return web3.eth.sendTransaction(payload);;
return web3.eth.sendTransaction(payload);
}

web3.eth.sendTransaction(payload, callback);
Expand Down

0 comments on commit d4bf850

Please sign in to comment.