This commit is contained in:
Roy Crihfield 2023-08-04 19:54:47 +08:00
parent 7b8ae17089
commit 757b7ce426

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