Skip to content

Commit

Permalink
dag: fix another bug in pending record
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyuan129 committed Sep 29, 2022
1 parent 298f375 commit 5c2a269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dag/dag-module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ DagModule::harvestBelow(const uint32_t threshold)
if (state.status == EdgeState::LOADED) {
ret.push_back(state.record);
}
ret.push_back(state.record);
}
}
}
Expand Down

0 comments on commit 5c2a269

Please sign in to comment.