From 5d1b0df8a44c79cac46d40ff157f0150a668d6f4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 26 Mar 2020 22:34:14 +0530 Subject: fix logic bug in recoup (refresh variant) --- src/operations/refresh.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/operations/refresh.ts') diff --git a/src/operations/refresh.ts b/src/operations/refresh.ts index c04b79278..f196fc5e1 100644 --- a/src/operations/refresh.ts +++ b/src/operations/refresh.ts @@ -145,7 +145,6 @@ async function refreshCreateSession( return; } rg.finishedPerCoin[coinIndex] = true; - rg.finishedPerCoin[coinIndex] = true; let allDone = true; for (const f of rg.finishedPerCoin) { if (!f) { -- cgit v1.2.3