aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-03 14:38:44 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-03 14:38:54 -0400
commitfad1dbda98b58524554e3de7dfcbfed5a67dcc66 (patch)
treefc52f253f583a788ce08687c43192512232d0d83 /doc/release-notes.md
parentfa8d052da5922020bc041a0b59e321ce1d4046f0 (diff)
downloadbitcoin-fad1dbda98b58524554e3de7dfcbfed5a67dcc66.tar.xz
doc: Fix amount typo in release notes
See https://github.com/bitcoin/bitcoin/pull/16524#issuecomment-538070291
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md4
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
=======