Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Nov 2, 2023
1 parent d9a5d17 commit 7057517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

transaction = tx.payload.transaction

for outputIndex, output in enumerate(transaction["outputs"]):
for outputIndex, output in enumerate(transaction.outputs):
# New minted NFT id is empty in the output
if output["type"] == 6 and output["nftId"] == '0x0000000000000000000000000000000000000000000000000000000000000000':
outputId = Utils.compute_output_id(
Expand Down

0 comments on commit 7057517

Please sign in to comment.