Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Oct 3, 2024
1 parent 97c9886 commit e413f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestrator/src/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const main = async () => {
10,
RETRY_DELAY
);
console.log(detailMempoolTxs);
console.log(detailMempoolTxs.length);
};

main();

0 comments on commit e413f2c

Please sign in to comment.