mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bugfix.
This commit is contained in:
@@ -49,7 +49,7 @@ uint32 NetworkOPs::getCloseTimeNC()
|
||||
uint32 NetworkOPs::getValidationTimeNC()
|
||||
{
|
||||
uint32 vt = getNetworkTimeNC();
|
||||
if (vt >= mLastValidationTime)
|
||||
if (vt <= mLastValidationTime)
|
||||
vt = mLastValidationTime + 1;
|
||||
mLastValidationTime = vt;
|
||||
return vt;
|
||||
|
||||
Reference in New Issue
Block a user