diff --git a/src/xrpld/rpc/detail/Pathfinder.cpp b/src/xrpld/rpc/detail/Pathfinder.cpp index b1947ebbe6..d279bd0b28 100644 --- a/src/xrpld/rpc/detail/Pathfinder.cpp +++ b/src/xrpld/rpc/detail/Pathfinder.cpp @@ -815,7 +815,7 @@ Pathfinder::getPathsOut( { for (auto const& mpt : *mpts) { - if (pathAsset.get() != mpt.getMptID() || mpt.canSend(account) || + if (pathAsset.get() != mpt.getMptID() || !mpt.canSend(account) || bAuthRequired) continue; if (isDstAsset && dstAccount == getMPTIssuer(mpt))