Rename EntryTree to Blocktree

This commit is contained in:
Greg Fitzgerald
2019-01-30 10:29:47 -07:00
parent 1c0758e3bd
commit 883fc39c80
3 changed files with 23 additions and 23 deletions

View File

@@ -791,11 +791,11 @@ impl DbLedger {
}
}
// TODO: all this goes away with EntryTree
// TODO: all this goes away with Blocktree
struct EntryIterator {
db_iterator: DBRawIterator,
// TODO: remove me when replay_stage is iterating by block (EntryTree)
// TODO: remove me when replay_stage is iterating by block (Blocktree)
// this verification is duplicating that of replay_stage, which
// can do this in parallel
last_id: Option<Hash>,