We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphenelib-1.5.4 isn't compatible with this module and as workaround you can install 1.5.1 pip3 install graphenelib==1.5.1
steps for reproduce
from bitshares import BitShares from bitshares.asset import Asset bt = BitShares(expiration=300, node="wss://api.bts.mobi/ws") asset = Asset("YOUR_ASSET", blockchain_instance=bt) asset.bitshares.wallet.unlock("YOUR_PASSWORD") asset.issue(0.1, "USER", "MEMO", blockchain_instance=bt)
pip3 show bitshares Name: bitshares Version: 0.7.1 Summary: Python library for bitshares Home-page: https://github.com/bitshares/python-bitshares Author: Fabian Schuh Author-email: [email protected] License: UNKNOWN Location: /usr/local/lib/python3.8/dist-packages Requires: graphenelib, Events Required-by:
The text was updated successfully, but these errors were encountered:
Update ecdsa.py
6449f49
Fix bitshares/python-bitshares#315
No branches or pull requests
graphenelib-1.5.4 isn't compatible with this module and as workaround you can install 1.5.1
pip3 install graphenelib==1.5.1
steps for reproduce
from bitshares import BitShares from bitshares.asset import Asset bt = BitShares(expiration=300, node="wss://api.bts.mobi/ws") asset = Asset("YOUR_ASSET", blockchain_instance=bt) asset.bitshares.wallet.unlock("YOUR_PASSWORD") asset.issue(0.1, "USER", "MEMO", blockchain_instance=bt)
pip3 show bitshares
Name: bitshares
Version: 0.7.1
Summary: Python library for bitshares
Home-page: https://github.com/bitshares/python-bitshares
Author: Fabian Schuh
Author-email: [email protected]
License: UNKNOWN
Location: /usr/local/lib/python3.8/dist-packages
Requires: graphenelib, Events
Required-by:
The text was updated successfully, but these errors were encountered: