aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxor-freenet <xor@freenetproject.org>2016-01-25 18:38:51 +0100
committerxor-freenet <xor@freenetproject.org>2016-01-25 18:38:51 +0100
commit46d7eb61372d4a507bf80924d1e19dafd46b8da1 (patch)
tree22904638ecd7a496ef7dfcaa48db5191a3d519d5
parentfe074ccb3798b0c7c8ddc221342eb3cfb593f168 (diff)
downloadbitcoin-46d7eb61372d4a507bf80924d1e19dafd46b8da1.tar.xz
doc: Fix minimal disk usage with pruning enabled
-rw-r--r--doc/release-notes.md2
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.