blackified

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-03-06 14:53:08 +01:00
parent d84516eb54
commit 11ec355963
No known key found for this signature in database

View File

@ -62,7 +62,7 @@ class Dispatcher:
asset_ids.append(tx.assets)
elif isinstance(tx.assets, list):
for asset in tx.assets:
asset_ids.append(asset.get("id", tx.id) )
asset_ids.append(asset.get("id", tx.id))
else:
asset_ids = [tx.id]
yield {"height": block["height"], "asset_ids": asset_ids, "transaction_id": tx.id}