removing default pair value of _get_trade_stake_amount

This commit is contained in:
misagh 2018-09-21 21:48:27 +02:00
parent 3e3ed947cc
commit 3b925e46be

View File

@ -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