mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 03:28:07 +00:00
fixed typo
This commit is contained in:
parent
0594e7f53d
commit
d4bf850c11
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user