mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 11:35:20 +01:00
330 B
330 B
wallet startup option
- A new wallet startip option
-maxfeerate
is added. - This option sets the upper limit for wallet transaction fee rate.
- The wallet will now refrain from creating transactions with a fee rate exceeding the
maxfeerate
. - The default fee rate is 10,000 satoshis per virtual byte.