Browse Source

modified: mmgen-tool

philemon 10 years ago
parent
commit
aa6ae750b9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      mmgen-tool

+ 4 - 0
mmgen-tool

@@ -20,6 +20,10 @@
 mmgen-tool:  Perform various Bitcoin-related operations.
 mmgen-tool:  Perform various Bitcoin-related operations.
              Part of the MMGen suite
              Part of the MMGen suite
 """
 """
+import sys
+print "MMGEN-TOOL was determined to be buggy and is in the process of maintenance."
+print "Please check back soon!"
+sys.exit(3)
 
 
 from mmgen.main import launch
 from mmgen.main import launch
 launch("tool")
 launch("tool")