Skip to content

Commit

Permalink
fix: Acquire previously failed transaction set from network as new pr…
Browse files Browse the repository at this point in the history
…oposal arrives (XRPLF#5318)

Reset the failure variable.
  • Loading branch information
mtrippled authored Feb 26, 2025
1 parent 37d06bc commit cd7c628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrpld/app/ledger/detail/TransactionAcquire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ TransactionAcquire::stillNeed()

if (timeouts_ > NORM_TIMEOUTS)
timeouts_ = NORM_TIMEOUTS;
failed_ = false;
}

} // namespace ripple

0 comments on commit cd7c628

Please sign in to comment.