Skip to content
New issue

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

Assetref encoded #31

Open
seyacat opened this issue Nov 15, 2017 · 0 comments
Open

Assetref encoded #31

seyacat opened this issue Nov 15, 2017 · 0 comments

Comments

@seyacat
Copy link

seyacat commented Nov 15, 2017

Please hel me,
on display transaction ammount allways show 0, because assetref its encoded on transaction

'd1f6ab03bbe476301895745655984c5e'
u'181-267-63185'

please help me to correct this

elif opdrop_type==util.OP_DROP_TYPE_SEND_ASSET or opdrop_type==util.OP_DROP_TYPE_ISSUE_MORE_ASSET:
for dict in val:
quantity = dict['quantity']
assetref = dict['assetref']
print(assetref,asset['assetref']);
if assetref == asset['assetref'].encode('hex'):
return quantity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant