mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Convert all of an asset (RIPD-655)
This commit is contained in:
committed by
Scott Schurr
parent
1842878c40
commit
3d777f3f5d
@@ -83,7 +83,7 @@ TER PathCursor::deliverNodeForward (
|
||||
bool noFee = isXRP (previousNode().issue_)
|
||||
|| uInAccountID == previousNode().issue_.account
|
||||
|| node().offerOwnerAccount_ == previousNode().issue_.account;
|
||||
const STAmount saInFeeRate = noFee ? saOne
|
||||
const STAmount saInFeeRate = noFee ? STAmount::saOne
|
||||
: previousNode().transferRate_; // Transfer rate of issuer.
|
||||
|
||||
// First calculate assuming no output fees: saInPassAct,
|
||||
|
||||
Reference in New Issue
Block a user