Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(PathRequest): remove incorrect assert (XRPLF#4743)
The assert is saying that the only reason `pathFinder` would be null is if the request was aborted (connection dropped, etc.). That's what `continueCallback()` checks. But that is very clearly not true if you look at `getPathFinder`, which calls `findPaths`, which can return false for many reasons. Fix XRPLF#4744
- Loading branch information