From 26a79c788d4b8c9acecf694e03b4844bcb87c242 Mon Sep 17 00:00:00 2001 From: robcxyz Date: Wed, 2 Aug 2023 07:24:17 +0700 Subject: [PATCH] chore: add global count back to recovery --- src/routines/routines.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/routines/routines.go b/src/routines/routines.go index 05a7df3..2c8ff3e 100644 --- a/src/routines/routines.go +++ b/src/routines/routines.go @@ -32,10 +32,9 @@ func StartRecovery() { addressTypeRoutine() } - // Moved to cron //Global count - //setTransactionCounts() - //countAddressesToRedisRoutine() + setTransactionCounts() + countAddressesToRedisRoutine() // By address if config.Config.RedisRecoveryAddresses {