Rough cut at ripple_path_find.

This commit is contained in:
Arthur Britto
2012-11-22 14:03:32 -08:00
parent b7e18f367b
commit 5c1605ab35
6 changed files with 194 additions and 68 deletions

View File

@@ -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
);
};