release note

This commit is contained in:
Pol Espinasa 2026-01-07 09:48:54 +01:00
parent 331a5279d2
commit 24f93c9af7
No known key found for this signature in database
GPG Key ID: 28470907B40BF26D

View File

@ -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)