From 46d7eb61372d4a507bf80924d1e19dafd46b8da1 Mon Sep 17 00:00:00 2001 From: xor-freenet Date: Mon, 25 Jan 2016 18:38:51 +0100 Subject: [PATCH] doc: Fix minimal disk usage with pruning enabled --- doc/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes.md b/doc/release-notes.md index 452e2dcbf..ca5a38cd5 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.