From 533eaaa5fbdeaa35dbe9b717c92bf6d2e582d4b7 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Fri, 27 Jan 2017 15:49:06 +0700 Subject: [PATCH] remove testing timeout (except for actual tests) --- scripts/tumbler.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/tumbler.py b/scripts/tumbler.py index bf00e66..2afe794 100644 --- a/scripts/tumbler.py +++ b/scripts/tumbler.py @@ -50,10 +50,6 @@ def main(): sync_wallet(wallet, fast=options['fastsync']) #Parse options and generate schedule - - #for testing, TODO remove - jm_single().maker_timeout_sec = 5 - jm_single().mincjamount = options['mincjamount'] destaddrs = args[1:] print(destaddrs)