mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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):
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user