Bump version 0.3.0, fix yieldgenerator bugs,

disable *-qt script until updated
This commit is contained in:
Adam Gibson 2017-07-23 19:11:40 +03:00
parent c9ee90e5f5
commit 65478ad539
No known key found for this signature in database
GPG key ID: B3AE09F1E9A3197A
7 changed files with 10 additions and 8 deletions

View file

@ -1605,6 +1605,8 @@ def get_wallet_printout(wallet):
################################
config_load_error = False
print('Temporarily disabled in version 0.3.0 waiting for update, please use scripts.')
sys.exit(0)
app = QApplication(sys.argv)
try:
load_program_config()