Browse Source

remove testing timeout (except for actual tests)

master
Adam Gibson 9 years ago
parent
commit
533eaaa5fb
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 4
      scripts/tumbler.py

4
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)

Loading…
Cancel
Save