mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix prevMissing/getValidatedRange
This commit is contained in:
@@ -110,7 +110,7 @@ uint32 RangeSet::prevMissing (uint32 v) const
|
||||
if (cur->first > 0)
|
||||
result = cur->first - 1;
|
||||
else
|
||||
result = absent;
|
||||
result = v - 1;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user