contrib/misc/mkbootstrap: rename to linearize.py

This commit is contained in:
Jeff Garzik 2013-08-30 07:41:29 -04:00
parent 0a0970fa0e
commit df6c5433e7
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/python #!/usr/bin/python
# #
# linearize.py: Construct a linear, no-fork, best version of the blockchain.
#
#
# Copyright (c) 2013 The Bitcoin developers # Copyright (c) 2013 The Bitcoin developers
# Distributed under the MIT/X11 software license, see the accompanying # Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.