Skip to content

Commit

Permalink
Merge branch 'develop' into fixPayChanV1
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 authored Oct 16, 2023
2 parents 66e9924 + c915984 commit 16fc7b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/conan.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ compiler and linker options for all dependencies _and_ this project.
However, that is very tedious and error-prone, which is why we lean on tools
like Conan.

We have written a Conan configuration file ([`conanfile.py`](./conanfile.py))
We have written a Conan configuration file ([`conanfile.py`](../../conanfile.py))
so that Conan can be used to correctly download, configure, build, and install
all of the dependencies for this project,
using a single set of compiler and linker options for all of them.
Expand Down
1 change: 0 additions & 1 deletion src/ripple/app/paths/PathRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ PathRequest::findPaths(
continueCallback);
if (!pathfinder)
{
assert(continueCallback && !continueCallback());
JLOG(m_journal.debug()) << iIdentifier << " No paths found";
continue;
}
Expand Down

0 comments on commit 16fc7b2

Please sign in to comment.