aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2012-06-02 16:33:46 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-06-06 19:24:31 +0000
commitfdd907c9f12d5435dcd23f45c54f803cb3854a89 (patch)
tree0cc62a1efb104f4247c7d31b0f01676be71f01b6 /contrib
parent7c4de78a5c5ce2d68173a7e54db981f682665f3a (diff)
downloadbitcoin-fdd907c9f12d5435dcd23f45c54f803cb3854a89.tar.xz
Correct blockchain size in contrib/debian.
* Updates package description to note that blockchain now takes 2+ GB instead of 150+ MB. (PARTIAL of 8f6111bb9cd598954e9634d9fe4500fcf5ae83de)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/debian/control b/contrib/debian/control
index c41664ca6f..9152339c4e 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -34,7 +34,7 @@ Description: peer-to-peer network based digital currency - daemon
By default connects to an IRC network to discover other peers.
.
Full transaction history is stored locally at each client. This
- requires 150+ MB of space, slowly growing.
+ requires 2+ GB of space, slowly growing.
.
This package provides bitcoind, a combined daemon and CLI tool to
interact with the daemon.
@@ -52,6 +52,6 @@ Description: peer-to-peer network based digital currency - QT GUI
By default connects to an IRC network to discover other peers.
.
Full transaction history is stored locally at each client. This
- requires 150+ MB of space, slowly growing.
+ requires 2+ GB of space, slowly growing.
.
This package provides bitcoin-qt, a GUI for Bitcoin based on QT.