mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bugfix.
This commit is contained in:
@@ -464,7 +464,7 @@ bool NetworkOPs::checkLastClosedLedger(const std::vector<Peer::pointer>& peerLis
|
||||
if (it->second > bestVC)
|
||||
{
|
||||
bool dead = false;
|
||||
for (std::list<uint256>::iterator dit = deadLedgers.begin(), end = deadLedgers.end(); dit != end; ++it)
|
||||
for (std::list<uint256>::iterator dit = deadLedgers.begin(), end = deadLedgers.end(); dit != end; ++dit)
|
||||
if (*dit == it->first)
|
||||
{
|
||||
dead = true;
|
||||
|
||||
Reference in New Issue
Block a user