mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups and surface reduction:
* Don't use friendship unless needed * Trim down interfaces * Make classes feel more like std containers
This commit is contained in:
@@ -464,7 +464,7 @@ Json::Value PathRequest::doUpdate (RippleLineCache::ref cache, bool fast)
|
||||
{
|
||||
m_journal.debug
|
||||
<< iIdentifier << " Trying with an extra path element";
|
||||
spsPaths.addPath(extraPath);
|
||||
spsPaths.push_back (extraPath);
|
||||
rc = path::RippleCalc::rippleCalculate (lesSandbox,
|
||||
saMaxAmount,
|
||||
saDstAmount,
|
||||
|
||||
Reference in New Issue
Block a user