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
96828c90
Unverified
Commit
96828c90
authored
Apr 21, 2021
by
gary rong
Committed by
GitHub
Apr 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eth/tracers, internal/ethapi: fix typos causing lint issue (#22711)
parent
dd9c3225
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
api_test.go
eth/tracers/api_test.go
+1
-1
api.go
internal/ethapi/api.go
+1
-1
No files found.
eth/tracers/api_test.go
View file @
96828c90
...
...
@@ -372,7 +372,7 @@ func TestOverridenTraceCall(t *testing.T) {
expectErr
:
core
.
ErrInsufficientFundsForTransfer
,
expect
:
nil
,
},
// Sucessful simple contract call
// Suc
c
essful simple contract call
//
// // SPDX-License-Identifier: GPL-3.0
//
...
...
internal/ethapi/api.go
View file @
96828c90
...
...
@@ -817,7 +817,7 @@ type OverrideAccount struct {
StateDiff
*
map
[
common
.
Hash
]
common
.
Hash
`json:"stateDiff"`
}
// StateOverride is the collection of overriden accounts.
// StateOverride is the collection of overrid
d
en accounts.
type
StateOverride
map
[
common
.
Address
]
OverrideAccount
// Apply overrides the fields of specified accounts into the given state.
...
...
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