From 0015c42cd74d90e747ac031b85acc81561e28925 Mon Sep 17 00:00:00 2001 From: Assem Date: Fri, 23 Feb 2024 12:00:46 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20l2=20TXs=20counter=20=F0=9F=90=9B=20(#49?= =?UTF-8?q?6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Albert Llimos <53186777+albert-llimos@users.noreply.github.com> --- arb-utils/arb_init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arb-utils/arb_init.ts b/arb-utils/arb_init.ts index 78ba9055..53eb5cb5 100644 --- a/arb-utils/arb_init.ts +++ b/arb-utils/arb_init.ts @@ -63,7 +63,7 @@ async function main(): Promise { 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; }