Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 6, 2023
1 parent a13c88c commit ddd1e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const fetchCCTXData = async (
status: cctx.cctx_status.status,
status_message: cctx.cctx_status.status_message,
};
// tx.provider = hre.config.networks;
const lastCCTX = cctxList[cctxHash][cctxList[cctxHash].length - 1];
const isEmpty = cctxList[cctxHash].length === 0;
if (isEmpty || lastCCTX?.status !== tx.status) {
Expand Down

0 comments on commit ddd1e91

Please sign in to comment.