From 5c2a269b6b805c99acf7ec115030d92bd856b29e Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Wed, 28 Sep 2022 17:20:10 -0700 Subject: [PATCH] dag: fix another bug in pending record --- src/dag/dag-module.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dag/dag-module.cpp b/src/dag/dag-module.cpp index b845e19..2e219c8 100644 --- a/src/dag/dag-module.cpp +++ b/src/dag/dag-module.cpp @@ -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); } } }