Skip to content

Commit

Permalink
chore: add global count back to recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Aug 2, 2023
1 parent b396c66 commit 26a79c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/routines/routines.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ func StartRecovery() {
addressTypeRoutine()
}

// Moved to cron
//Global count
//setTransactionCounts()
//countAddressesToRedisRoutine()
setTransactionCounts()
countAddressesToRedisRoutine()

// By address
if config.Config.RedisRecoveryAddresses {
Expand Down

0 comments on commit 26a79c7

Please sign in to comment.