mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 10:05:51 +00:00
Don't allow a payment to take anything from an expired offer.
This commit is contained in:
@@ -204,6 +204,7 @@ TER RippleCalc::calcNodeAdvance (
|
||||
// Offer is expired.
|
||||
WriteLog (lsTRACE, RippleCalc) << "calcNodeAdvance: expired offer";
|
||||
musUnfundedFound.insert(uOfferIndex);
|
||||
continue;
|
||||
}
|
||||
else if (!saTakerPays.isPositive () || !saTakerGets.isPositive ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user