This commit is contained in:
Roy Crihfield 2023-08-04 19:54:47 +08:00
parent 338acc60c9
commit 008b0c48b5

View File

@ -64,10 +64,6 @@ type StateDiffBuilder struct {
subtrieWorkers int
}
type iterPair struct {
Older, Newer trie.NodeIterator
}
type accountUpdate struct {
new sdtypes.AccountWrapper
oldRoot common.Hash