mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
Inject Application (cont.)
This commit is contained in:
committed by
Edward Hennis
parent
eed1a891a7
commit
ffbcb96eff
@@ -454,7 +454,7 @@ PathRequest::findPaths (
|
||||
{
|
||||
STPath fullLiquidityPath;
|
||||
auto result = fp.findPathsForIssue(issue,
|
||||
mContext[issue], fullLiquidityPath);
|
||||
mContext[issue], fullLiquidityPath, app_);
|
||||
if (! result)
|
||||
{
|
||||
m_journal.debug << iIdentifier << " No paths found";
|
||||
|
||||
Reference in New Issue
Block a user