trie: typo in comment

pull/14858/head
Petr Mikusek 7 years ago committed by GitHub
parent f4841ff43d
commit 99da85c895
  1. 2
      trie/sync.go

@ -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
} }

Loading…
Cancel
Save