Update web3.js

This commit is contained in:
kilavvy 2025-02-01 15:16:44 +01:00 committed by GitHub
parent fc12dbe40b
commit 8b995dbd04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1405,7 +1405,7 @@ var SolidityType = function (config) {
* @return {Bool} true if type match this SolidityType, otherwise false
*/
SolidityType.prototype.isType = function (name) {
throw "this method should be overrwritten for type " + name;
throw "this method should be overwritten for type " + name;
};
/**