mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +00:00
Always increment payment pass counter
This commit is contained in:
committed by
Nik Bougalis
parent
e9394ca85a
commit
11d28c4856
@@ -296,11 +296,12 @@ TER RippleCalc::rippleCalculate ()
|
||||
}
|
||||
}
|
||||
|
||||
++iPass;
|
||||
if (ShouldLog (lsDEBUG, RippleCalc))
|
||||
{
|
||||
WriteLog (lsDEBUG, RippleCalc)
|
||||
<< "rippleCalc: Summary:"
|
||||
<< " Pass: " << ++iPass
|
||||
<< " Pass: " << iPass
|
||||
<< " Dry: " << iDry
|
||||
<< " Paths: " << pathStateList_.size ();
|
||||
for (auto pathState: pathStateList_)
|
||||
|
||||
Reference in New Issue
Block a user