mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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.
|
// Offer is expired.
|
||||||
WriteLog (lsINFO, RippleCalc) << "calcOfferFirst: encountered expired offer";
|
WriteLog (lsINFO, RippleCalc) << "calcOfferFirst: encountered expired offer";
|
||||||
|
musUnfundedFound.insert(uOfferIndex);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user