[doc]: add release notes

This commit is contained in:
ismaelsadeeq 2024-02-03 00:37:09 +01:00
parent 638a9a3ec0
commit e5d1d25912

View file

@ -0,0 +1,7 @@
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.