From ea4cc3a7b36a9c77dbf0aff439da3ef0ea58e6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Thu, 1 Aug 2019 22:39:46 +0200 Subject: Truly decouple wallet from chainparams for -fallbackfee 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 --- doc/release-notes-16524.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/release-notes-16524.md (limited to 'doc') 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) -- cgit v1.2.3