Skip to content

Commit 14dafcb

Browse files
author
MarcoFalke
committed
Merge #17713: doc: Add release notes for 17447
fa4b656 doc: Add release notes for 17447 (MarcoFalke) Pull request description: Stolen from bitcoin/bitcoin#17447 (comment) ACKs for top commit: promag: ACK fa4b656. laanwj: ACK fa4b656 Tree-SHA512: 5d281c0a85e75c9fae8885faf0e4a2ca4e4f73788f3d214ca65c7c891203a7435cc77fe3046e2d7e3e2226d96c547005f1d970e768d6cd82423f575e07881431
2 parents f1d3d34 + fa4b656 commit 14dafcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Low-level changes
104104
Tests
105105
-----
106106

107+
- It is now an error to use an unqualified `walletdir=path` setting in the config file if running on testnet or regtest
108+
networks. The setting now needs to be qualified as `chain.walletdir=path` or placed in the appropriate `[chain]`
109+
section. (#17447)
110+
107111
- `-fallbackfee` was 0 (disabled) by default for the main chain, but 0.0002 by default for the test chains. Now it is 0
108112
by default for all chains. Testnet and regtest users will have to add `fallbackfee=0.0002` to their configuration if
109113
they weren't setting it and they want it to keep working like before. (#16524)

0 commit comments

Comments
 (0)