Commit a602ee90 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #14858 from xmikus01/patch-1

trie: typo in comment
parents fc78ce61 99da85c8
...@@ -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 ocmpleted items batch map[common.Hash][]byte // In-memory membatch of recently completed 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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment