ccxt: New Huobi withdraw problem
Hello guys. As I see, you finally merged Huobi Withdraw PR (https://github.com/ccxt/ccxt/pull/15885), but it creates another problem. I try to withdraw now
huobi.withdraw("BBF", amount, address, tag=None, params={"network": "ERC20"})
and get error
AttributeError: 'huobipro' object has no attribute 'networkPairIdFromCode'
How to fix it?
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 1
- Comments: 26 (7 by maintainers)
Commits related to this issue
- huobi: fix withdraw ccxt/ccxt#16016 — committed to sc0Vu/ccxt by sc0Vu 2 years ago
- Merge pull request #16023 from sc0Vu/fix-huobi-withdraw huobi: fix withdraw ccxt/ccxt#16016 — committed to ccxt/ccxt by kroitor 2 years ago
- huobi: fix withdraw ccxt/ccxt#16016 — committed to Tealstreet/ccxt by sc0Vu 2 years ago
@KindSpidey thank you for all the feedback provided! 🙂
@ttodua well, are you sure python version of Huobi gets updated? Because js version had update 21 hours ago, but Python version only 3 days ago. Compare JS - https://github.com/ccxt/ccxt/blob/master/js/huobi.js Python - https://github.com/ccxt/ccxt/blob/master/python/ccxt/huobi.py
Thanks @KindSpidey for report, the fix will be applied asap, there was missed typo mechanical mistake in last merge.