summaryrefslogtreecommitdiff
path: root/src/operations/refresh.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-26 22:34:14 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-26 22:34:14 +0530
commit5d1b0df8a44c79cac46d40ff157f0150a668d6f4 (patch)
tree2ca627c21a12c4de93b24f92c1d34b377314c65b /src/operations/refresh.ts
parent86c8a8fcf3115fd4957de113a03204ed22afe7e0 (diff)
downloadwallet-core-5d1b0df8a44c79cac46d40ff157f0150a668d6f4.tar.gz
wallet-core-5d1b0df8a44c79cac46d40ff157f0150a668d6f4.tar.bz2
wallet-core-5d1b0df8a44c79cac46d40ff157f0150a668d6f4.zip
fix logic bug in recoup (refresh variant)
Diffstat (limited to 'src/operations/refresh.ts')
-rw-r--r--src/operations/refresh.ts1
1 files changed, 0 insertions, 1 deletions
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) {