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

Find way to drop RBF'd Pending payments #452

Open
tnull opened this issue Jan 30, 2025 · 0 comments
Open

Find way to drop RBF'd Pending payments #452

tnull opened this issue Jan 30, 2025 · 0 comments

Comments

@tnull
Copy link
Collaborator

tnull commented Jan 30, 2025

In #432 we introduced tracking of onchain payments, which are marked as PaymentStatus::Pending until reaching ANTI_REORG_DELAY confirmations.

However, that means that if a previously tracked payment get's RBF'd the original might be marked as Pending forever in our store. We should find a way to detect double-spends and eventually drop the original entry.

This should possibly happen in conjunction with #367.

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

No branches or pull requests

1 participant