aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
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.