mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
649 B
649 B
Updated RPCs
-
The -maxtxfee setting no longer has any effect on non-wallet RPCs.
The
sendrawtransactionandtestmempoolacceptRPC methods previously accepted anallowhighfeesparameter to fail the mempool acceptance in case the transaction's fee would exceed the value of the command line argument-maxtxfee. To uncouple the RPCs from the global option, they now have a hardcoded default for the maximum transaction fee, that can be changed for both RPCs on a per-call basis with themaxfeerateparameter. Theallowhighfeesboolean option has been removed and replaced by themaxfeeratenumeric option.