mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
doc: Fix amount typo in release notes
See https://github.com/bitcoin/bitcoin/pull/16524#issuecomment-538070291
This commit is contained in:
parent
fa8d052da5
commit
fad1dbda98
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue