Small enhancements and notes

This commit is contained in:
Matthias
2022-02-13 14:33:37 +01:00
parent ee5f05208e
commit 2523c12c71
2 changed files with 5 additions and 1 deletions

View File

@@ -499,7 +499,7 @@ class Exchange:
# Note: ccxt has BaseCurrency/QuoteCurrency format for pairs
if self.markets and pair not in self.markets:
raise OperationalException(
f'Pair {pair} is not available on {self.name}. '
f'Pair {pair} is not available on {self.name} {self.trading_mode.value}. '
f'Please remove {pair} from your whitelist.')
# From ccxt Documentation: