Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: revert m_next_resend to not be std::atomic
Since m_next_resend is now only called from MaybeResendWalletTxs() we don't have any potential race conditions anymore, so the usage of std::atomic can be reverted. Github-Pull: #26205 Rebased-From: b01682a
- Loading branch information