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
f6bef558
Commit
f6bef558
authored
Mar 07, 2018
by
Kyuntae Ethan Kim
Committed by
Péter Szilágyi
Mar 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eth: fixed typo (#16274)
parent
f1d440a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fetcher.go
eth/fetcher/fetcher.go
+1
-1
No files found.
eth/fetcher/fetcher.go
View file @
f6bef558
...
@@ -633,7 +633,7 @@ func (f *Fetcher) enqueue(peer string, block *types.Block) {
...
@@ -633,7 +633,7 @@ func (f *Fetcher) enqueue(peer string, block *types.Block) {
}
}
// insert spawns a new goroutine to run a block insertion into the chain. If the
// insert spawns a new goroutine to run a block insertion into the chain. If the
// block's number is at the same height as the current import phase, i
f
updates
// block's number is at the same height as the current import phase, i
t
updates
// the phase states accordingly.
// the phase states accordingly.
func
(
f
*
Fetcher
)
insert
(
peer
string
,
block
*
types
.
Block
)
{
func
(
f
*
Fetcher
)
insert
(
peer
string
,
block
*
types
.
Block
)
{
hash
:=
block
.
Hash
()
hash
:=
block
.
Hash
()
...
...
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