aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2013-08-30 07:41:29 -0400
committerJeff Garzik <jgarzik@bitpay.com>2013-08-30 07:41:29 -0400
commitdf6c5433e7b6f976e65b5e283292d099b0a13e49 (patch)
treece398dd7c08fb757bf0667c0cd33bea030073035 /contrib
parent0a0970fa0e742c194d01f81e349b813d156f5f65 (diff)
downloadbitcoin-df6c5433e7b6f976e65b5e283292d099b0a13e49.tar.xz
contrib/misc/mkbootstrap: rename to linearize.py
Diffstat (limited to 'contrib')
-rw-r--r--contrib/misc/example-linearize.cfg (renamed from contrib/misc/example-mkbootstrap.cfg)0
-rwxr-xr-xcontrib/misc/linearize.py (renamed from contrib/misc/mkbootstrap.py)3
2 files changed, 3 insertions, 0 deletions
diff --git a/contrib/misc/example-mkbootstrap.cfg b/contrib/misc/example-linearize.cfg
index 9e5aa404c2..9e5aa404c2 100644
--- a/contrib/misc/example-mkbootstrap.cfg
+++ b/contrib/misc/example-linearize.cfg
diff --git a/contrib/misc/mkbootstrap.py b/contrib/misc/linearize.py
index 2dedc1d94d..b4f02b7954 100755
--- a/contrib/misc/mkbootstrap.py
+++ b/contrib/misc/linearize.py
@@ -1,5 +1,8 @@
#!/usr/bin/python
#
+# linearize.py: Construct a linear, no-fork, best version of the blockchain.
+#
+#
# Copyright (c) 2013 The Bitcoin developers
# Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.