mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Don't return canonical paths. It's broken.
This commit is contained in:
@@ -1334,7 +1334,7 @@ Json::Value RPCHandler::doRipplePathFind(Json::Value jvRequest, int& cost)
|
||||
|
||||
jvEntry["source_amount"] = saMaxAmountAct.getJson(0);
|
||||
// jvEntry["paths_expanded"] = vpsExpanded.getJson(0);
|
||||
jvEntry["paths_canonical"] = spsCanonical.getJson(0);
|
||||
jvEntry["paths_canonical"] = Json::arrayValue; // spsCanonical.getJson(0);
|
||||
jvEntry["paths_computed"] = spsComputed.getJson(0);
|
||||
|
||||
jvArray.append(jvEntry);
|
||||
|
||||
Reference in New Issue
Block a user