aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxor-freenet <xor@freenetproject.org>2016-01-26 13:08:33 +0100
committerxor-freenet <xor@freenetproject.org>2016-01-26 13:09:59 +0100
commit58e3abfffc69eaa5ea24f40f8428be48808ca664 (patch)
tree3ad77319fadc890eb1c7252580575320659ea07c
parentbe4b474287d6a3479678b6c0ef50587f49bfbc54 (diff)
downloadbitcoin-58e3abfffc69eaa5ea24f40f8428be48808ca664.tar.xz
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.
-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 33f37bc197..93ef8cf08d 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 2 GB.
+around 2 GB.
However, rescans as well as the RPCs `importwallet`, `importaddress`,
`importprivkey` are disabled.