gateio.get_max_leverage small fix

This commit is contained in:
Sam Germain 2022-02-16 04:05:27 -06:00
parent dbd2df6406
commit 3bfd9186f7
2 changed files with 3 additions and 1 deletions

View File

@ -61,3 +61,5 @@ class Gateio(Exchange):
market = self.markets[pair]
if market['limits']['leverage']['max'] is not None:
return market['limits']['leverage']['max']
else:
return 1.0