From 24f93c9af7f6627cd7d09a1a5f10667846b048eb Mon Sep 17 00:00:00 2001 From: Pol Espinasa Date: Wed, 7 Jan 2026 09:48:54 +0100 Subject: [PATCH] release note --- doc/release-notes-32138.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/release-notes-32138.md diff --git a/doc/release-notes-32138.md b/doc/release-notes-32138.md new file mode 100644 index 00000000000..56699850880 --- /dev/null +++ b/doc/release-notes-32138.md @@ -0,0 +1,3 @@ +RPC and Startup Option +--- +The `-paytxfee` startup option and the `settxfee` RPC are now deleted after being deprecated in Bitcoin Core 30.0. They used to allow the user to set a static fee rate for wallet transactions, which could potentially lead to overpaying or underpaying. Users should instead rely on fee estimation or specify a fee rate per transaction using the `fee_rate` argument in RPCs such as `fundrawtransaction`, `sendtoaddress`, `send`, `sendall`, and `sendmany`. (#32138)