Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further improve unconfirmed tx conflict resolution #1108

Closed
wants to merge 7 commits into from

Conversation

LagginTimes
Copy link
Contributor

Description

Fixes #1102. If a conflicting tx has the same last_seen, then we check if the conflicting tx has a higher absolute fee and fee rate. If fee rates cannot be determined, then we fall back to lexicographical sorting of txids.

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

@LagginTimes LagginTimes closed this Sep 1, 2023
@LagginTimes LagginTimes deleted the same_last_seen branch September 1, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Further improve unconfirmed tx conflict resolution
1 participant