diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-03 14:38:44 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-03 14:38:54 -0400 |
commit | fad1dbda98b58524554e3de7dfcbfed5a67dcc66 (patch) | |
tree | fc52f253f583a788ce08687c43192512232d0d83 /doc | |
parent | fa8d052da5922020bc041a0b59e321ce1d4046f0 (diff) |
doc: Fix amount typo in release notes
See https://github.com/bitcoin/bitcoin/pull/16524#issuecomment-538070291
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 88257b89d9..ea82962e75 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -92,7 +92,9 @@ 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) +- `-fallbackfee` was 0 (disabled) by default for the main chain, but 0.0002 by default for the test chains. Now it is 0 + by default for all chains. Testnet and regtest users will have to add `fallbackfee=0.0002` to their configuration if + they weren't setting it and they want it to keep working like before. (#16524) Credits ======= |