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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: