Re-remove amount to precision from trade entry

This commit is contained in:
Matthias 2022-03-04 07:16:06 +01:00
parent cee126a2cf
commit 9576fab621

View File

@ -639,7 +639,6 @@ class FreqtradeBot(LoggingMixin):
entry_tag=enter_tag, side=trade_side):
logger.info(f"User requested abortion of buying {pair}")
return False
amount = self.exchange.amount_to_precision(pair, amount)
order = self.exchange.create_order(
pair=pair,
ordertype=order_type,