Fix exchange order

This commit is contained in:
Caio Oliveira
2018-01-01 21:36:11 -02:00
parent 24d7f52d46
commit 35fb862fa9
+1 -1
View File
@@ -171,7 +171,7 @@ class ExchangeBlotter(Blotter):
else:
order = retry(
action=self.get_exchange_transactions,
action=self.exchange_order,
attempts=self.attempts['order_attempts'],
sleeptime=self.attempts['retry_sleeptime'],
retry_exceptions=(ExchangeRequestError,),