mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix offer->ACCOUNT->offer
This commit is contained in:
committed by
Nik Bougalis
parent
0a3e1af04c
commit
b203db27a4
@@ -473,10 +473,7 @@ TER PathCursor::forwardLiquidityForAccount () const
|
||||
|
||||
node().saFwdDeliver.clear (node().saRevDeliver);
|
||||
|
||||
if (previousNode().saFwdDeliver
|
||||
// Previous wants to deliver
|
||||
&& node().saRevIssue)
|
||||
// Current wants issue.
|
||||
if (previousNode().saFwdDeliver && node().saRevDeliver)
|
||||
{
|
||||
// Rate : 1.0 : transfer_rate
|
||||
rippleLiquidity (
|
||||
|
||||
Reference in New Issue
Block a user