Browse Source

remove testing timeout

master
Adam Gibson 9 years ago
parent
commit
eafd37f7dc
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 3
      scripts/joinmarket-qt.py

3
scripts/joinmarket-qt.py

@ -1427,9 +1427,6 @@ except Exception as e:
exit(1)
update_config_for_gui()
#for testing, TODO remove
jm_single().maker_timeout_sec = 5
#we're not downloading from github, so logs dir
#might not exist
if not os.path.exists('logs'):

Loading…
Cancel
Save