Switched to a DAG ledger
This commit is contained in:
@@ -133,11 +133,11 @@ func main() {
|
||||
return
|
||||
}
|
||||
|
||||
if isZero32(ent.Previous) {
|
||||
if isZero32(ent.Parents) {
|
||||
break
|
||||
}
|
||||
|
||||
// Follow the linked list backwards
|
||||
curID = core.EntryID(ent.Previous)
|
||||
curID = core.EntryID(ent.Parents)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user