doc: Fix amount typo in release notes

See https://github.com/bitcoin/bitcoin/pull/16524#issuecomment-538070291
pull/764/head
MarcoFalke 5 years ago
parent fa8d052da5
commit fad1dbda98
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -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
=======

Loading…
Cancel
Save