Continuing work on #19543 and following the plan outlined in #20484 (comment), deprecate the feeRate
option in fundrawtransaction and walletcreatefundedpsbt to avoid confusion with fee_rate
, as the two options have different units (BTC/kvB and sat/vB) and similar spellings.
This PR currently targets deprecation for 0.21 and so no release notes are added here, as the wiki would be edited instead. Will update if tagged for 0.22 instead.
The last commit, “test: add feeRate tests to rpc_deprecate.py,” is best reviewed with -w
.
Related to #20391.