Skip to content

Commit

Permalink
fix: l2 TXs counter πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna committed Feb 22, 2024
1 parent 19fde2b commit f207c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arb-utils/arb_init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function main(): Promise<void> {
livelinessLogCounter++;
if (livelinessLogCounter === 120) { // 120 * 250ms = 30s
console.log(
`πŸ’Œ Total Number of Spamming TXs sent: ${livelinessLogCounter}`
`πŸ’Œ Total Number of Spamming TXs sent: ${spammingTxCounter}`
);
livelinessLogCounter = 0;
}
Expand Down

0 comments on commit f207c0d

Please sign in to comment.