Update leverage tier terminology to be clear and aligned with ccxt

This commit is contained in:
Matthias
2022-08-26 19:34:51 +02:00
parent 53d46a0385
commit 753d1b2aad
6 changed files with 326 additions and 325 deletions

View File

@@ -146,4 +146,4 @@ class Okx(Exchange):
return float('inf')
pair_tiers = self._leverage_tiers[pair]
return pair_tiers[-1]['max'] / leverage
return pair_tiers[-1]['maxNotional'] / leverage