From fad1dbda98b58524554e3de7dfcbfed5a67dcc66 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 3 Oct 2019 14:38:44 -0400 Subject: doc: Fix amount typo in release notes See https://github.com/bitcoin/bitcoin/pull/16524#issuecomment-538070291 --- doc/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 ======= -- cgit v1.2.3