Skip to content

Commit

Permalink
fix: l2 TXs counter πŸ› (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Llimos <[email protected]>
  • Loading branch information
ahasna and albert-llimos authored Feb 23, 2024
1 parent 7b87c5e commit 0015c42
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 0015c42

Please sign in to comment.