mexc-exchange-api 0.0.30__py3-none-any.whl → 0.0.31__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mexc-exchange-api might be problematic. Click here for more details.

@@ -3008,7 +3008,7 @@ class Exchange(object):
3008
3008
  currency['networks'][key]['active'] = True
3009
3009
  elif deposit is not None and withdraw is not None:
3010
3010
  currency['networks'][key]['active'] = False
3011
- active = self.safe_bool(network, 'active')
3011
+ active = self.safe_bool(currency['networks'][key], 'active') # dict might have been updated on above lines, so access directly instead of `network` variable
3012
3012
  currencyActive = self.safe_bool(currency, 'active')
3013
3013
  if currencyActive is None or active:
3014
3014
  currency['active'] = active
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mexc-exchange-api
3
- Version: 0.0.30
3
+ Version: 0.0.31
4
4
  Summary: mexc crypto exchange api client
5
5
  Project-URL: Homepage, https://github.com/ccxt/ccxt
6
6
  Project-URL: Issues, https://github.com/ccxt/ccxt
@@ -19,7 +19,7 @@ mexc/ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9prod
19
19
  mexc/ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
20
20
  mexc/ccxt/base/decimal_to_precision.py,sha256=fgWRBzRTtsf3r2INyS4f7WHlzgjB5YM1ekiwqD21aac,6634
21
21
  mexc/ccxt/base/errors.py,sha256=MvCrL_sAM3de616T6RE0PSxiF2xV6Qqz5b1y1ghidbk,4888
22
- mexc/ccxt/base/exchange.py,sha256=5P2wgylW2NDJMPKQJpXvQ3CYcV4eSwIZJs4ckrU1oZo,327106
22
+ mexc/ccxt/base/exchange.py,sha256=AC0yetauIbF4BSdnHV9TtWx-g5Dbaq4rPDDNDzdFMlM,327221
23
23
  mexc/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
24
24
  mexc/ccxt/base/types.py,sha256=SfxIKDSsxP7MPHWiOVI965Nr5NSEPpAno5fuveTRi3w,11423
25
25
  mexc/ccxt/pro/__init__.py,sha256=qcZTFicIuIbf9bAie5eTrSUvb_KKTyXPXfLk5KdJlTk,615
@@ -283,6 +283,6 @@ mexc/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWnX2u
283
283
  mexc/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
284
284
  mexc/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
285
285
  mexc/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
286
- mexc_exchange_api-0.0.30.dist-info/METADATA,sha256=H0S-tSLMVG1mnW2wQ6A7VaSzaDyoRCNMP_yhJvx4V-0,17847
287
- mexc_exchange_api-0.0.30.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
288
- mexc_exchange_api-0.0.30.dist-info/RECORD,,
286
+ mexc_exchange_api-0.0.31.dist-info/METADATA,sha256=l0fX_xL8b8RLahQCkiA97DAlzcJ07MynVcZ0Re5ASls,17847
287
+ mexc_exchange_api-0.0.31.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
288
+ mexc_exchange_api-0.0.31.dist-info/RECORD,,