From 1b137e9149f079bf04882efefb6c2108917cf338 Mon Sep 17 00:00:00 2001 From: Ricardo Seromenho Date: Thu, 25 Aug 2022 19:40:20 +0100 Subject: [PATCH] get next ecpected round greater than the most distant round to recover --- services/app/src/utils/algo-utils.ts | 3 ++- stack-eks/app/dev/app.daemonset.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/services/app/src/utils/algo-utils.ts b/services/app/src/utils/algo-utils.ts index 20b97a8..dc32992 100644 --- a/services/app/src/utils/algo-utils.ts +++ b/services/app/src/utils/algo-utils.ts @@ -118,7 +118,8 @@ export const getNextExpectedRound = async (lastRound: number): Promise