mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-11 02:33:55 +00:00
fix comment
This commit is contained in:
parent
1d43dc229b
commit
02f0f22621
|
@ -365,7 +365,7 @@ class FreqtradeBot(object):
|
|||
def get_real_amount(self, order: Trade) -> float:
|
||||
"""
|
||||
Get real amount for the trade
|
||||
This is needed for exchanges which charge fees in target currency (binance)
|
||||
This is needed for exchanges which charge fees in target currency (e.g. binance)
|
||||
"""
|
||||
|
||||
trades = exchange.get_trades_for_order(
|
||||
|
|
Loading…
Reference in New Issue
Block a user