mirror of https://github.com/status-im/web3.js.git
gulp
This commit is contained in:
parent
2164fbb958
commit
368b1b56aa
|
@ -1853,11 +1853,10 @@ var checkForContractAddress = function(contract, callback){
|
|||
|
||||
contract.address = receipt.contractAddress;
|
||||
|
||||
if(callback) {
|
||||
if(callback)
|
||||
callback(null, contract);
|
||||
}
|
||||
|
||||
} else {
|
||||
} else if(callback) {
|
||||
callback(new Error('The contract code couldn\'t be stored'));
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1853,11 +1853,10 @@ var checkForContractAddress = function(contract, callback){
|
|||
|
||||
contract.address = receipt.contractAddress;
|
||||
|
||||
if(callback) {
|
||||
if(callback)
|
||||
callback(null, contract);
|
||||
}
|
||||
|
||||
} else {
|
||||
} else if(callback) {
|
||||
callback(new Error('The contract code couldn\'t be stored'));
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue