mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rough cut at ripple_path_find.
This commit is contained in:
@@ -34,7 +34,7 @@ protected:
|
||||
|
||||
// For offers:
|
||||
|
||||
STAmount saRateMax; // XXX Should rate be sticky for forward too?
|
||||
STAmount saRateMax;
|
||||
|
||||
// Directory
|
||||
uint256 uDirectTip; // Current directory.
|
||||
@@ -186,7 +186,8 @@ public:
|
||||
const STPathSet& spsPaths,
|
||||
const bool bPartialPayment,
|
||||
const bool bLimitQuality,
|
||||
const bool bNoRippleDirect
|
||||
const bool bNoRippleDirect,
|
||||
const bool bStandAlone
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user