Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
168d0cc3
Unverified
Commit
168d0cc3
authored
Jun 19, 2023
by
John Chase
Committed by
GitHub
Jun 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
internal/jsre/deps: fix typos in web3.js (#27500)
parent
5d75123c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
web3.js
internal/jsre/deps/web3.js
+7
-7
No files found.
internal/jsre/deps/web3.js
View file @
168d0cc3
...
...
@@ -518,7 +518,7 @@ var f = require('./formatters');
var
SolidityType
=
require
(
'./type'
);
/**
* SolidityTypeAddress is a prootype that represents address type
* SolidityTypeAddress is a pro
t
otype that represents address type
* It matches:
* address
* address[]
...
...
@@ -546,7 +546,7 @@ var f = require('./formatters');
var
SolidityType
=
require
(
'./type'
);
/**
* SolidityTypeBool is a prootype that represents bool type
* SolidityTypeBool is a pro
t
otype that represents bool type
* It matches:
* bool
* bool[]
...
...
@@ -1146,7 +1146,7 @@ var f = require('./formatters');
var
SolidityType
=
require
(
'./type'
);
/**
* SolidityTypeInt is a prootype that represents int type
* SolidityTypeInt is a pro
t
otype that represents int type
* It matches:
* int
* int[]
...
...
@@ -1334,7 +1334,7 @@ var f = require('./formatters');
var
SolidityType
=
require
(
'./type'
);
/**
* SolidityTypeReal is a prootype that represents real type
* SolidityTypeReal is a pro
t
otype that represents real type
* It matches:
* real
* real[]
...
...
@@ -1647,7 +1647,7 @@ var f = require('./formatters');
var
SolidityType
=
require
(
'./type'
);
/**
* SolidityTypeUInt is a prootype that represents uint type
* SolidityTypeUInt is a pro
t
otype that represents uint type
* It matches:
* uint
* uint[]
...
...
@@ -1681,7 +1681,7 @@ var f = require('./formatters');
var
SolidityType
=
require
(
'./type'
);
/**
* SolidityTypeUReal is a prootype that represents ureal type
* SolidityTypeUReal is a pro
t
otype that represents ureal type
* It matches:
* ureal
* ureal[]
...
...
@@ -2307,7 +2307,7 @@ var toChecksumAddress = function (address) {
};
/**
* Transforms given string to valid 20 bytes-length addres with 0x prefix
* Transforms given string to valid 20 bytes-length addres
s
with 0x prefix
*
* @method toAddress
* @param {String} address
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment