Correct blockchain size in contrib/debian.
authorMatt Corallo <matt@bluematt.me>
Sat, 2 Jun 2012 14:33:46 +0000 (16:33 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 6 Jun 2012 19:24:31 +0000 (19:24 +0000)
* Updates package description to note that blockchain now takes
  2+ GB instead of 150+ MB.

(PARTIAL of 8f6111bb9cd598954e9634d9fe4500fcf5ae83de)

contrib/debian/control

index c41664c..9152339 100644 (file)
@@ -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.