forked from cerc-io/plugeth
eth/protocols/snap: use storage batch, not account batch in st task
This commit is contained in:
parent
8681a2536c
commit
52b5d2d869
@ -690,7 +690,7 @@ func (s *Syncer) loadSyncStatus() {
|
||||
s.storageBytes += common.StorageSize(len(key) + len(value))
|
||||
},
|
||||
}
|
||||
subtask.genTrie = trie.NewStackTrie(task.genBatch)
|
||||
subtask.genTrie = trie.NewStackTrie(subtask.genBatch)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user