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

[0.5 XMR] Failed to broadcast Bitcoin redeem transaction: mempool min fee not met #1453

Open
binarybaron opened this issue Dec 2, 2023 · 2 comments
Labels
Bounty 💰 The first person to fix this issue will be awarded a reward enhancement New feature or request

Comments

@binarybaron
Copy link
Collaborator

Describe the bug
If after the tx_redeem_fee is negotiated at swap start, the mempool fills up dramatically, electrum might reject the tx redeem transaction due to the fee being too low. This results in an error such as:

Failed to broadcast Bitcoin redeem transaction XXXX: Electrum client error: Electrum server error: {"code":2,"message":"mempool min fee not met, 1314 < 1519"}

The swap will not continue because Alice cannot redeem her Bitcoin.

We should consider allowing Bob and Alice to update the redeem fees later to reflect the current status of the mempool.

Lost/trapped Funds
Yes

@binarybaron
Copy link
Collaborator Author

To clarify: Only Alice should be able to propose a change in the fee

@binarybaron binarybaron added enhancement New feature or request Bounty 💰 The first person to fix this issue will be awarded a reward labels Dec 2, 2023
@binarybaron binarybaron changed the title Failed to broadcast Bitcoin redeem transaction XXXX: Electrum client error: Electrum server error: {"code":2,"message":"mempool min fee not met, 1314 < 1519"} [0.5 XMR] Failed to broadcast Bitcoin redeem transaction: mempool min fee not met Dec 2, 2023
@binarybaron
Copy link
Collaborator Author

Relate to #1635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bounty 💰 The first person to fix this issue will be awarded a reward enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@binarybaron and others