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
c2b33a11
Commit
c2b33a11
authored
Feb 26, 2019
by
Roc Yu
Committed by
Guillaume Ballet
Feb 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graphql: fix typos in comments (#19041)
parent
a42afa76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
grahpql.go
graphql/grahpql.go
+2
-2
No files found.
graphql/grahpql.go
View file @
c2b33a11
...
...
@@ -127,7 +127,7 @@ func (l *Log) Data(ctx context.Context) hexutil.Bytes {
return
hexutil
.
Bytes
(
l
.
log
.
Data
)
}
// Transaction
n
represents an Ethereum transaction.
// Transaction represents an Ethereum transaction.
// backend and hash are mandatory; all others will be fetched when required.
type
Transaction
struct
{
backend
*
eth
.
EthAPIBackend
...
...
@@ -916,7 +916,7 @@ func (r *Resolver) EstimateGas(ctx context.Context, args struct {
return
gas
,
err
}
// FilterCritera encapsulates the arguments to `logs` on the root resolver object.
// FilterCriter
i
a encapsulates the arguments to `logs` on the root resolver object.
type
FilterCriteria
struct
{
FromBlock
*
hexutil
.
Uint64
// beginning of the queried range, nil means genesis block
ToBlock
*
hexutil
.
Uint64
// end of the range, nil means latest block
...
...
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