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
fc12dbe40b
commit
8b995dbd04
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue