mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
fix: Acquire previously failed transaction set from network as new proposal arrives (#5318)
Reset the failure variable.
This commit is contained in:
@@ -262,6 +262,7 @@ TransactionAcquire::stillNeed()
|
||||
|
||||
if (timeouts_ > NORM_TIMEOUTS)
|
||||
timeouts_ = NORM_TIMEOUTS;
|
||||
failed_ = false;
|
||||
}
|
||||
|
||||
} // namespace ripple
|
||||
|
||||
Reference in New Issue
Block a user