mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
trie: fix typo
This commit is contained in:
parent
c134e00e48
commit
e6b4a08a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ func newSyncMemBatch() *syncMemBatch {
|
|||
// and reconstructs the trie step by step until all is done.
|
||||
type Sync struct {
|
||||
database DatabaseReader // Persistent database to check for existing entries
|
||||
membatch *syncMemBatch // Memory buffer to avoid frequest database writes
|
||||
membatch *syncMemBatch // Memory buffer to avoid frequent database writes
|
||||
requests map[common.Hash]*request // Pending requests pertaining to a key hash
|
||||
queue *prque.Prque // Priority queue with the pending requests
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue