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
operations.py #282
operations.py
The asset_precision DICT should take the chain and assets from /steembase/chains.py and not be statically linked to the asset names?
/steembase/chains.py
Left a comment in the file as i havent had the time to look deeper to perform an iteration and get the proper asset names.
Maybe is possible to use the NAI of the asset instead that remains the same across chains ?
This also happens in commit.py line 645
commit.py
steem-python/steem/commit.py
Line 645 in 57fb0f1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
operations.py
#282
The asset_precision DICT should take the chain and assets from
/steembase/chains.py
and not be statically linked to the asset names?Left a comment in the file as i havent had the time to look deeper to perform an iteration and get the proper asset names.
Maybe is possible to use the NAI of the asset instead that remains the same across chains ?
This also happens in
commit.py
line 645steem-python/steem/commit.py
Line 645 in 57fb0f1
The text was updated successfully, but these errors were encountered: