mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
removing default pair value of _get_trade_stake_amount
This commit is contained in:
parent
3e3ed947cc
commit
3b925e46be
|
@ -314,7 +314,7 @@ class FreqtradeBot(object):
|
|||
|
||||
return used_rate
|
||||
|
||||
def _get_trade_stake_amount(self, pair="") -> Optional[float]:
|
||||
def _get_trade_stake_amount(self, pair) -> Optional[float]:
|
||||
"""
|
||||
Check if stake amount can be fulfilled with the available balance
|
||||
for the stake currency
|
||||
|
|
Loading…
Reference in New Issue
Block a user