fix for testing:

dont remove from failing set
pull/1664/head v0.9.3
Jeff Becker 3 years ago
parent 138abaf356
commit afe55f0932
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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;

Loading…
Cancel
Save