mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
Update web3.js
This commit is contained in:
parent
65d77c5129
commit
3267c21c58
1 changed files with 2 additions and 2 deletions
|
|
@ -1405,7 +1405,7 @@ var SolidityType = function (config) {
|
||||||
* @return {Bool} true if type match this SolidityType, otherwise false
|
* @return {Bool} true if type match this SolidityType, otherwise false
|
||||||
*/
|
*/
|
||||||
SolidityType.prototype.isType = function (name) {
|
SolidityType.prototype.isType = function (name) {
|
||||||
throw "this method should be overrwritten for type " + name;
|
throw "this method should be overwritten for type " + name;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -3143,7 +3143,7 @@ module.exports = {
|
||||||
return new Error(message);
|
return new Error(message);
|
||||||
},
|
},
|
||||||
ConnectionTimeout: function (ms){
|
ConnectionTimeout: function (ms){
|
||||||
return new Error('CONNECTION TIMEOUT: timeout of ' + ms + ' ms achived');
|
return new Error('CONNECTION TIMEOUT: timeout of ' + ms + ' ms achieved');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue