mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 17:40:25 +00:00
Fix Pathfinder develop-merge bug.
This commit is contained in:
@@ -815,7 +815,7 @@ Pathfinder::getPathsOut(
|
||||
{
|
||||
for (auto const& mpt : *mpts)
|
||||
{
|
||||
if (pathAsset.get<MPTID>() != mpt.getMptID() || mpt.canSend(account) ||
|
||||
if (pathAsset.get<MPTID>() != mpt.getMptID() || !mpt.canSend(account) ||
|
||||
bAuthRequired)
|
||||
continue;
|
||||
if (isDstAsset && dstAccount == getMPTIssuer(mpt))
|
||||
|
||||
Reference in New Issue
Block a user