diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2019-08-01 22:39:46 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2019-10-02 18:10:07 +0200 |
commit | ea4cc3a7b36a9c77dbf0aff439da3ef0ea58e6e4 (patch) | |
tree | 222e89e3f52b551ee3817989fd048236475728b8 /doc | |
parent | 884f7cc81b478b599ed8d43ebe80578ea9cdb279 (diff) |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-16524.md | 8 |
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) |