mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
@@ -396,7 +396,9 @@ private:
|
||||
// because we're still trying to catch up.
|
||||
ledger = adaptor_.acquire(it->first.second);
|
||||
}
|
||||
catch (SHAMapMissingNode const&) {}
|
||||
catch (SHAMapMissingNode const&)
|
||||
{
|
||||
}
|
||||
if (ledger)
|
||||
{
|
||||
for (NodeID const& nodeID : it->second)
|
||||
|
||||
Reference in New Issue
Block a user