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

@@ -52,7 +52,7 @@ class Binance(Exchange):
'In stoploss limit order, stop price should be more than limit 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