Skip to content

Commit

Permalink
fix for testing:
Browse files Browse the repository at this point in the history
dont remove from failing set
  • Loading branch information
majestrate committed Jun 10, 2021
1 parent 138abaf commit afe55f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llarp/consensus/reachability_testing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ namespace llarp::consensus
if (retest_time > now)
break;
result.emplace_back(pk, failures);
failing.erase(pk);
failing_queue.pop();
}
return result;
Expand Down

0 comments on commit afe55f0

Please sign in to comment.