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
a602ee90
Commit
a602ee90
authored
Jul 26, 2017
by
Péter Szilágyi
Committed by
GitHub
Jul 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14858 from xmikus01/patch-1
trie: typo in comment
parents
fc78ce61
99da85c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sync.go
trie/sync.go
+1
-1
No files found.
trie/sync.go
View file @
a602ee90
...
@@ -55,7 +55,7 @@ type SyncResult struct {
...
@@ -55,7 +55,7 @@ type SyncResult struct {
// syncMemBatch is an in-memory buffer of successfully downloaded but not yet
// syncMemBatch is an in-memory buffer of successfully downloaded but not yet
// persisted data items.
// persisted data items.
type
syncMemBatch
struct
{
type
syncMemBatch
struct
{
batch
map
[
common
.
Hash
][]
byte
// In-memory membatch of recently
oc
mpleted items
batch
map
[
common
.
Hash
][]
byte
// In-memory membatch of recently
co
mpleted items
order
[]
common
.
Hash
// Order of completion to prevent out-of-order data loss
order
[]
common
.
Hash
// Order of completion to prevent out-of-order data loss
}
}
...
...
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