Skip to content

Commit

Permalink
fix: changes after review.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
  • Loading branch information
panteleymonchuk committed Jan 19, 2024
1 parent 91de9a8 commit 1a12ad4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export const groupOutputsByTransactionId = (outputsWithDetails: OutputWithDetail
}
};
addOutputToTransactionId(transactionId, output);
// addOutputToTransactionId(detailsMetadata.transactionIdSpent as string, output);
// addOutputToTransactionId(detailsMetadata.transactionId, output);
});

return transactionIdToOutputs;
Expand Down

0 comments on commit 1a12ad4

Please sign in to comment.