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

lock transaction should use a high priority feerate #1565

Open
delta1 opened this issue Feb 26, 2024 · 2 comments
Open

lock transaction should use a high priority feerate #1565

delta1 opened this issue Feb 26, 2024 · 2 comments

Comments

@delta1
Copy link
Collaborator

delta1 commented Feb 26, 2024

From what I recall, the lock transaction fee is set as low as possible, which during high fee environments means that it may take too long too confirm. The swap tool times out after 2 hours on mainnet waiting for the lock tx to confirm.

Originally posted by @delta1 in #1563 (reply in thread)

@delta1
Copy link
Collaborator Author

delta1 commented Feb 26, 2024

looks like estimate_fee uses 3 block target for mainnet, so maybe a first step is putting in some logging for the estimated feerate

https://github.com/comit-network/xmr-btc-swap/blob/master/swap/src/cli/command.rs#L22

@jadsilva
Copy link

bitcoin redeem transactions are also lasting forever

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

2 participants