-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Min suggested RBF bump fee not enough for BIP125 rule4 #5636
Comments
For the Qt GUI, the default suggested value should satisfy rule 4 since The kivy default in some cases will still not. Note that e.g. rule 3 is practically impossible to check using a light wallet like Electrum (see e.g. RBF pinning). |
Isn't the following possible: |
@Coding-Enthusiast You describe a scenario where B <- A <- R1, and the user wants to create an R2 that replaces R1. Note that A and B would not get replaced then.
Yes the servers support txid -> tx lookups, this is already what the client uses to populate its history. In my view, this is not realistic for a light client to do. So currently we ignore the issue and optimistically assume only R1 is being replaced. If the fee set is too low as this assumption was false, the user can manually retry with a higher fee. |
From: https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki
Sometimes, Electrum's minimum suggested fee in the additional fee slider is lower than the default relay fee causing the server to reject the transaction if that value was used.
Bitcointalk report by user (ragnar dannesk gold): https://bitcointalk.org/index.php?topic=5155122.0
The text was updated successfully, but these errors were encountered: