modified: mmgen-tool
This commit is contained in:
parent
54efc7679e
commit
aa6ae750b9
1 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue