mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
doc: Add release notes for 17447
Co-Authored-By: Russell Yanofsky <russ@yanofsky.org>
This commit is contained in:
parent
ea756bc48c
commit
fa4b656e97
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ Low-level changes
|
|||
Tests
|
||||
-----
|
||||
|
||||
- It is now an error to use an unqualified `walletdir=path` setting in the config file if running on testnet or regtest
|
||||
networks. The setting now needs to be qualified as `chain.walletdir=path` or placed in the appropriate `[chain]`
|
||||
section. (#17447)
|
||||
|
||||
- `-fallbackfee` was 0 (disabled) by default for the main chain, but 0.0002 by default for the test chains. Now it is 0
|
||||
by default for all chains. Testnet and regtest users will have to add `fallbackfee=0.0002` to their configuration if
|
||||
they weren't setting it and they want it to keep working like before. (#16524)
|
||||
|
|
Loading…
Add table
Reference in a new issue