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
|
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
|
Check if stake amount can be fulfilled with the available balance
|
||||||
for the stake currency
|
for the stake currency
|
||||||
|
Loading…
Reference in New Issue
Block a user