mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:51:34 +08:00
Fix exchange order
This commit is contained in:
@@ -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,),
|
||||
|
||||
Reference in New Issue
Block a user