aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-08-30 07:41:29 -0400
committerJeff Garzik <[email protected]>2013-08-30 07:41:29 -0400
commitdf6c5433e7b6f976e65b5e283292d099b0a13e49 (patch)
treece398dd7c08fb757bf0667c0cd33bea030073035
parentMerge branch 'mkbootstrap' (diff)
downloaddiscoin-df6c5433e7b6f976e65b5e283292d099b0a13e49.tar.xz
discoin-df6c5433e7b6f976e65b5e283292d099b0a13e49.zip
contrib/misc/mkbootstrap: rename to linearize.py
-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 9e5aa404c..9e5aa404c 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 2dedc1d94..b4f02b795 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.