Merge branch 'caioaao-fix-live-trading' into develop

This commit is contained in:
Frederic Fortier
2018-01-01 21:13:29 -05:00
+1 -1
View File
@@ -266,7 +266,7 @@ class ExchangeBlotter(Blotter):
return retry(
action=self.get_exchange_transactions,
attempts=self.attempts['get_transactions_attempts'],
sleeptime=self.retry_sleeptime,
sleeptime=self.attempts['retry_sleeptime'],
retry_exceptions=(ExchangeRequestError,),
cleanup=lambda: log.warn(
'Fetching exchange transactions again.'))