Rename dry_run_order to create_dry_run_order

This commit is contained in:
Matthias
2021-04-10 13:50:56 +02:00
parent 4996bd443e
commit 37c2e037f1
5 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ class Ftx(Exchange):
stop_price = self.price_to_precision(pair, stop_price)
if self._config['dry_run']:
dry_order = self.dry_run_order(
dry_order = self.create_dry_run_order(
pair, ordertype, "sell", amount, stop_price)
return dry_order