mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
doc: In release notes, increase estimate of disk usage with pruning
Jonas Schnelli recommended this to account for growth of utxo set, debug log, etc.
This commit is contained in:
parent
be4b474287
commit
58e3abfffc
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ Wallet: Pruning
|
|||
|
||||
With 0.12 it is possible to use wallet functionality in pruned mode.
|
||||
This can reduce the disk usage from currently around 60 GB to
|
||||
less than 2 GB.
|
||||
around 2 GB.
|
||||
|
||||
However, rescans as well as the RPCs `importwallet`, `importaddress`,
|
||||
`importprivkey` are disabled.
|
||||
|
|
Loading…
Add table
Reference in a new issue