diff options
author | xor-freenet <xor@freenetproject.org> | 2016-01-25 18:38:51 +0100 |
---|---|---|
committer | xor-freenet <xor@freenetproject.org> | 2016-01-25 18:38:51 +0100 |
commit | 46d7eb61372d4a507bf80924d1e19dafd46b8da1 (patch) | |
tree | 22904638ecd7a496ef7dfcaa48db5191a3d519d5 /doc | |
parent | fe074ccb3798b0c7c8ddc221342eb3cfb593f168 (diff) |
doc: Fix minimal disk usage with pruning enabled
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 452e2dcbfc..ca5a38cd5c 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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 1 GB. +less than 2 GB. However, rescans as well as the RPCs `importwallet`, `importaddress`, `importprivkey` are disabled. |