We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea15bc4 + 51730e6 commit a61b07aCopy full SHA for a61b07a
src/scraper/scraper.cpp
@@ -341,7 +341,7 @@ void UpdateVerifiedBeaconsFromConsensus(BeaconConsensus& Consensus)
341
342
++now_active;
343
}
344
- else if (Consensus.mPendingMap.find(entry->first) != Consensus.mPendingMap.end())
+ else if (Consensus.mPendingMap.find(entry->first) == Consensus.mPendingMap.end())
345
{
346
entry = ScraperVerifiedBeacons.mVerifiedMap.erase(entry);
347
0 commit comments