Skip to content

Remove opt-in RBF#936

Open
polespinasa wants to merge 1 commit into
bitcoin-core:masterfrom
polespinasa:2026-05-05-remove-optinRBF
Open

Remove opt-in RBF#936
polespinasa wants to merge 1 commit into
bitcoin-core:masterfrom
polespinasa:2026-05-05-remove-optinRBF

Conversation

@polespinasa
Copy link
Copy Markdown
Member

With the whole network mostly running with Full Replace By Fee, it does not make sense to let the user signal or not to signal for RBF on their transactions.

With this PR the transactions created using the GUI will fallback to the wallet configuration in order to signal or not to signal BIP 125. (True by default).

Remove the option to signal or not signal for BIP 125 (Opt-in Full Replace-By-Fee).
By removing the option in the GUI it will fallback to the wallet configuration which by default is
true unless the user changed it using CLI.
@DrahtBot
Copy link
Copy Markdown
Contributor

DrahtBot commented May 5, 2026

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.
A summary of reviews will appear here.

// append RBF message according to transaction's signalling
question_string.append("<span style='font-size:10pt; font-weight:normal;'>");
if (ui->optInRBF->isChecked()) {
question_string.append(tr("You can increase the fee later (signals Replace-By-Fee, BIP-125)."));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be good to keep the "You can increase the fee later" string?

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

Successfully merging this pull request may close these issues.

3 participants