You are viewing a single comment's thread from:RE: python-bitshares 边学边记 (五) / Market类View the full contextbitw (25)in #python-bitshares • 8 years ago 我用这个测试时候,不值得为什么,提示钱包锁定。 from pprint import pprint from bitshares.market import Market market = Market("BTS:CNY") market.buy(0.1, 1, account="bitw002") 错误信息如下:
参考这个:
https://steemit.com/python-bitshares/@oflyhigh/3ab1oc-python-bitshares
非常感谢!
问题解决了!
同时我还找到了这个链接,希望给后来查阅的人提供帮助
http://python.usyiyi.cn/sources/pythonbitshares/latest/index.html#document-market