Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Himanshu Nagda <[email protected]>
  • Loading branch information
sameersubudhi and nagdahimanshu authored Nov 10, 2023
1 parent b7f7fc7 commit cd63adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/blockchain-indexer/shared/messageProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const deleteBlockProcessor = async header => {
logger.debug(
`Scheduling the delete block (${header.id}) event for the block at height ${header.height}.`,
);
const response = await formatBlock(header, false);
const response = await formatBlock(header, true);
await scheduleBlockDeletion(header);
Signals.get('deleteBlock').dispatch(response);
logger.info(
Expand Down

0 comments on commit cd63adc

Please sign in to comment.