mirror of https://github.com/status-im/web3.js.git
build
This commit is contained in:
parent
d4bf850c11
commit
be2e93f676
|
@ -2793,7 +2793,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);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2793,7 +2793,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);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue