Skip to content

Commit

Permalink
Compatibility with manually built issuances
Browse files Browse the repository at this point in the history
  • Loading branch information
gidgreen authored Dec 23, 2017
1 parent da856fe commit 4f0749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mce/abe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ def handle_assetref(abe, page):
blockhash = issuetx['blockhash']
name = issuetx['vout'][0]['assets'][0].get('name','')
address_to = issuetx['vout'][0]['scriptPubKey']['addresses'][0]
address_from = issuetx['vout'][2]['scriptPubKey']['addresses'][0]
address_from = asset['issues'][0]['issuers'][0]
native_amount = issuetx['vout'][0]['value']

issues = asset.get('issues', [])
Expand Down

0 comments on commit 4f0749d

Please sign in to comment.