mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix RPF early response (RIPD-1064)
This commit is contained in:
committed by
Nik Bougalis
parent
754dea8d47
commit
d17c8e235f
@@ -251,8 +251,8 @@ Json::Value PathRequest::doCreate (
|
||||
if (parseJson (value) != PFR_PJ_INVALID)
|
||||
{
|
||||
valid = isValid (cache);
|
||||
status = valid && ! hasCompletion()
|
||||
? doUpdate(cache, true) : jvStatus;
|
||||
if (! hasCompletion())
|
||||
status = valid ? doUpdate(cache, true) : jvStatus;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user