mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 20:01:18 +00:00
chore: update wording in exception message
This commit is contained in:
@@ -3447,7 +3447,7 @@ class Exchange:
|
||||
# else: # if on the last tier
|
||||
if stake_amount > max_stake:
|
||||
# If stake is > than max tradeable amount
|
||||
raise InvalidOrderException(f"Amount {stake_amount} too high for {pair}")
|
||||
raise InvalidOrderException(f"Stake amount {stake_amount} too high for {pair}")
|
||||
|
||||
raise OperationalException(
|
||||
f"Looped through all tiers without finding a max leverage for {pair}. "
|
||||
|
||||
Reference in New Issue
Block a user