doc: Fix minimal disk usage with pruning enabled

This commit is contained in:
xor-freenet 2016-01-25 18:38:51 +01:00
parent fe074ccb37
commit 46d7eb6137
No known key found for this signature in database
GPG Key ID: CB6667EF2D8D6B79
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ Wallet: Pruning
With 0.12 it is possible to use wallet functionality in pruned mode. 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 This can reduce the disk usage from currently around 60 GB to
less than 1 GB. less than 2 GB.
However, rescans as well as the RPCs `importwallet`, `importaddress`, However, rescans as well as the RPCs `importwallet`, `importaddress`,
`importprivkey` are disabled. `importprivkey` are disabled.