chore: update wording in exception message

This commit is contained in:
Matthias
2025-07-08 06:59:52 +02:00
parent c39f6f892b
commit 8acc05bb2d
2 changed files with 2 additions and 2 deletions

View File

@@ -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}. "