Skip to content

Commit

Permalink
Updated logs. Updated test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Dec 5, 2023
1 parent b23b1f5 commit f4c6d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Indexer/eventProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const processMetadataStateEvent = async (
topics: receipt.logs[0].topics as string[],
data: receipt.logs[0].data
}
INDEXER_LOGGER.logMessage(`Event obj for MetadataState event: ${eventObj} `, true)
const decodedEventData = iface.parseLog(eventObj)
INDEXER_LOGGER.logMessage(`decodedEvent for MetadataState: ${decodedEventData}`, true)
const metadataState = parseInt(decodedEventData.args[1].toString())
Expand Down

0 comments on commit f4c6d43

Please sign in to comment.