From aa6ae750b977d4b1e6c04a7deb4a049817c5a55e Mon Sep 17 00:00:00 2001 From: philemon Date: Tue, 6 Jan 2015 21:41:09 +0300 Subject: [PATCH] modified: mmgen-tool --- mmgen-tool | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mmgen-tool b/mmgen-tool index ae0111c7..49f7b9a6 100755 --- a/mmgen-tool +++ b/mmgen-tool @@ -20,6 +20,10 @@ mmgen-tool: Perform various Bitcoin-related operations. 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 launch("tool")