From eafd37f7dcb49a9a527bcc6865ed3b93e20851c3 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Tue, 17 Jan 2017 23:37:38 +0700 Subject: [PATCH] remove testing timeout --- scripts/joinmarket-qt.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index 6b854e6..2a136a5 100644 --- a/scripts/joinmarket-qt.py +++ b/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'):