mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
Update web3.js
This commit is contained in:
parent
68de26e346
commit
2cf485c1e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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