Update web3.js

This commit is contained in:
Maxim Evtush 2025-02-15 14:43:20 +01:00 committed by GitHub
parent 68de26e346
commit 2cf485c1e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3143,7 +3143,7 @@ module.exports = {
return new Error(message);
},
ConnectionTimeout: function (ms){
return new Error('CONNECTION TIMEOUT: timeout of ' + ms + ' ms achived');
return new Error('CONNECTION TIMEOUT: timeout of ' + ms + ' ms achieved');
}
};