Re-remove amount to precision from trade entry
This commit is contained in:
parent
cee126a2cf
commit
9576fab621
@ -639,7 +639,6 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
entry_tag=enter_tag, side=trade_side):
|
entry_tag=enter_tag, side=trade_side):
|
||||||
logger.info(f"User requested abortion of buying {pair}")
|
logger.info(f"User requested abortion of buying {pair}")
|
||||||
return False
|
return False
|
||||||
amount = self.exchange.amount_to_precision(pair, amount)
|
|
||||||
order = self.exchange.create_order(
|
order = self.exchange.create_order(
|
||||||
pair=pair,
|
pair=pair,
|
||||||
ordertype=order_type,
|
ordertype=order_type,
|
||||||
|
Loading…
Reference in New Issue
Block a user