mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Use deferred credits in XRPEndpointStep:
The XRPEndpointStep bypassed the logic in deferred credits and incorrectly counted funds acquired during a payment as available for use in the payment. It also incorrectly used the current ownerCount when calculating the reserve instead of the owner count as it was at the beginning of the payment (reducing the owner count is analogous to acquiring funds during a payment.)
This commit is contained in:
@@ -39,11 +39,11 @@ extern uint256 const featureTickets;
|
||||
extern uint256 const featureSusPay;
|
||||
extern uint256 const featureTrustSetAuth;
|
||||
extern uint256 const featureFeeEscalation;
|
||||
extern uint256 const featureFlowV2;
|
||||
extern uint256 const featureOwnerPaysFee;
|
||||
extern uint256 const featureCompareFlowV1V2;
|
||||
extern uint256 const featureSHAMapV2;
|
||||
extern uint256 const featurePayChan;
|
||||
extern uint256 const featureFlow;
|
||||
|
||||
} // ripple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user