Skip to content

Commit fad1dbd

Browse files
author
MarcoFalke
committed
doc: Fix amount typo in release notes
See bitcoin#16524 (comment)
1 parent fa8d052 commit fad1dbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/release-notes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ Low-level changes
9292
Tests
9393
-----
9494

95-
- `-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)
95+
- `-fallbackfee` was 0 (disabled) by default for the main chain, but 0.0002 by default for the test chains. Now it is 0
96+
by default for all chains. Testnet and regtest users will have to add `fallbackfee=0.0002` to their configuration if
97+
they weren't setting it and they want it to keep working like before. (#16524)
9698

9799
Credits
98100
=======

0 commit comments

Comments
 (0)