good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 52b5d2d8 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

eth/protocols/snap: use storage batch, not account batch in st task

parent 8681a253
Branches
Tags
No related merge requests found
......@@ -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)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment