mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 15:15:52 +00:00
return no offers when an owner directory is not found (#176)
This commit is contained in:
@@ -764,7 +764,7 @@ traverseOwnedNodes(
|
||||
backend.fetchLedgerObject(currentIndex.key, sequence, yield);
|
||||
|
||||
if (!ownerDir)
|
||||
return Status(ripple::rpcACT_NOT_FOUND);
|
||||
break;
|
||||
|
||||
ripple::SerialIter it{ownerDir->data(), ownerDir->size()};
|
||||
ripple::SLE sle{it, currentIndex.key};
|
||||
|
||||
Reference in New Issue
Block a user