diff --git a/catalyst/exchange/exchange_blotter.py b/catalyst/exchange/exchange_blotter.py index 5c0023fd..f4ff5cdf 100644 --- a/catalyst/exchange/exchange_blotter.py +++ b/catalyst/exchange/exchange_blotter.py @@ -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.'))