Skip to content

Commit

Permalink
[explorer] fix: Added missing transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed Jul 25, 2024
1 parent 65ae4a5 commit fb218fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ class helper {
case TransactionType.MOSAIC_METADATA:
addUnresolvedMosaic(transaction.targetMosaicId, transactionLocation);
break;
case TransactionType.MOSAIC_ADDRESS_RESTRICTION:
case TransactionType.MOSAIC_DEFINITION:
case TransactionType.MOSAIC_SUPPLY_CHANGE:
addUnresolvedMosaic(transaction.mosaicId, transactionLocation);
Expand Down

0 comments on commit fb218fa

Please sign in to comment.