-
Notifications
You must be signed in to change notification settings - Fork 114
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
Can't bump fee (RBF) #128
Comments
Thanks for the bug report. In EPS's debug log, what does the server send to the client in response to the Issue #14 is also about being unable to RBF transactions but I've never been able to reproduce it myself. |
Just tried again bumping the fee from 1sat/b to 2sat/b with debug log and found the response from server:
Weird because I have enough funds in that wallet. |
You probably need to increase the fee even more? Also, I guess EPS returns errors differently than e-x. IIRC e-x is setting the "error" key in these cases, not "result". |
Commit 015742d hopefully now correctly passes the error messages back to the client, making this error easier to understand for users. |
Hi there,
Steps to reproduce: right click on unconfirmed transaction, increase fee, sign and when clicking on Broadcast:
"The server returned an unexpected transaction ID when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.
Server returned unexpected transaction ID."
I see no error in eps' log. Other than that everything is working fine.
bitcoin 0.18, eps 0.1.7, electrum 3.3.6
The text was updated successfully, but these errors were encountered: