aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-02 13:42:47 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-02 13:42:57 -0400
commita689c119076c7b8dc5b4dea4539e4cbf5adfb72f (patch)
treec18c61b3d70a79cfa664aff5555421627efbd08e /doc
parentf4a0d27e85754d60804ffa36e415b67c263180b9 (diff)
parentea4cc3a7b36a9c77dbf0aff439da3ef0ea58e6e4 (diff)
downloadbitcoin-a689c119076c7b8dc5b4dea4539e4cbf5adfb72f.tar.xz
Merge #16524: Wallet: Disable -fallbackfee by default
ea4cc3a7b36a9c77dbf0aff439da3ef0ea58e6e4 Truly decouple wallet from chainparams for -fallbackfee (Jorge Timón) Pull request description: Before it was 0 by default for main and 20000 for test and regtest. Now it is 0 by default for all chains, thus there's no need to call Params(). Also now the default for main is properly documented. Suggestion for release notes: -fallbackfee was 0 (disabled) by default for the main chain, but 20000 by default for the test chains. Now it is 0 by default for all chains. Testnet and regtest users will have to add fallbackfee=20000 to their configuration if they weren't setting it and they want it to keep working like before. Should I propose them to the wiki for the release notes or only after merge? For more context, see https://github.com/bitcoin/bitcoin/pull/16402#issuecomment-515701042 ACKs for top commit: MarcoFalke: ACK ea4cc3a7b36a9c77dbf0aff439da3ef0ea58e6e4 Tree-SHA512: fdfaba5d813da4221e405e0988bef44f3856d10f897a94f9614386d14b7716f4326ab8a6646e26d41ef3f4fa61b936191e216b1b605e9ab0520b0657fc162e6c
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-16524.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-16524.md b/doc/release-notes-16524.md
new file mode 100644
index 0000000000..11c2f60c38
--- /dev/null
+++ b/doc/release-notes-16524.md
@@ -0,0 +1,8 @@
+
+Low-level changes
+=================
+
+Tests
+---
+
+- `-fallbackfee` was 0 (disabled) by default for the main chain, but 20000 by default for the test chains. Now it is 0 by default for all chains. Testnet and regtest users will have to add fallbackfee=20000 to their configuration if they weren't setting it and they want it to keep working like before. (#16524)