diff --git a/docs/build/conan.md b/docs/build/conan.md index 01fb7150d38..210db18a5df 100644 --- a/docs/build/conan.md +++ b/docs/build/conan.md @@ -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. diff --git a/src/ripple/app/paths/PathRequest.cpp b/src/ripple/app/paths/PathRequest.cpp index 02b46c81e91..f2aa363f934 100644 --- a/src/ripple/app/paths/PathRequest.cpp +++ b/src/ripple/app/paths/PathRequest.cpp @@ -538,7 +538,6 @@ PathRequest::findPaths( continueCallback); if (!pathfinder) { - assert(continueCallback && !continueCallback()); JLOG(m_journal.debug()) << iIdentifier << " No paths found"; continue; }