We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea756bc commit fa4b656Copy full SHA for fa4b656
doc/release-notes.md
@@ -104,6 +104,10 @@ Low-level changes
104
Tests
105
-----
106
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
+
111
- `-fallbackfee` was 0 (disabled) by default for the main chain, but 0.0002 by default for the test chains. Now it is 0
112
by default for all chains. Testnet and regtest users will have to add `fallbackfee=0.0002` to their configuration if
113
they weren't setting it and they want it to keep working like before. (#16524)
0 commit comments