Update web3.js
This commit is contained in:
parent
68de26e346
commit
2cf485c1e6
|
@ -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 New Issue