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

pull/22789/head
Péter Szilágyi 4 years ago
parent 8681a2536c
commit 52b5d2d869
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 2
      eth/protocols/snap/sync.go

@ -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…
Cancel
Save