mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Avoid redundant exploration.
Conflicts: src/cpp/ripple/Pathfinder.cpp src/cpp/ripple/Pathfinder.h
This commit is contained in:
@@ -63,11 +63,6 @@ class Pathfinder
|
||||
|
||||
bool matchesOrigin(const uint160& currency, const uint160& issuer);
|
||||
|
||||
AccountItems& getRippleLines(const uint160& accountID);
|
||||
|
||||
int getPathsOut(const uint160& currency, const uint160& accountID,
|
||||
bool isAuthRequired, bool isDestCurrency, const uint160& dest);
|
||||
|
||||
public:
|
||||
Pathfinder(Ledger::ref ledger,
|
||||
const RippleAddress& srcAccountID, const RippleAddress& dstAccountID,
|
||||
|
||||
Reference in New Issue
Block a user