mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tiny fixes.
This commit is contained in:
@@ -29,7 +29,7 @@ bool SHAMap::compare(SHAMap::pointer otherMap, SHAMapDiff& differences, int maxC
|
||||
nodeStack.push(SHAMapDiffNode(SHAMapNode(), getHash(), otherMap->getHash()));
|
||||
|
||||
ScopedLock sl(Lock());
|
||||
while(nodeStack.size())
|
||||
while(!nodeStack.empty())
|
||||
{
|
||||
SHAMapDiffNode node(nodeStack.top());
|
||||
nodeStack.pop();
|
||||
|
||||
Reference in New Issue
Block a user