mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
Hotfix: Reverse assumes forward expires offers. Forward doesn't.
This commit is contained in:
@@ -2366,6 +2366,7 @@ void TransactionEngine::calcOfferBridgeNext (
|
||||
{
|
||||
// Offer is expired.
|
||||
WriteLog (lsINFO, RippleCalc) << "calcOfferFirst: encountered expired offer";
|
||||
musUnfundedFound.insert(uOfferIndex);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user