commit 0ebcc1c57c52596966729c68b7fe1c6136da27c8
parent 0f816ac79e13825e9ca89702e9024c38764ab379
Author: Florian Dold <florian@dold.me>
Date: Mon, 1 Jun 2026 15:13:02 +0200
-FIXME got addressed
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/packages/taler-wallet-core/src/refresh.ts b/packages/taler-wallet-core/src/refresh.ts
@@ -1609,9 +1609,6 @@ export async function createRefreshGroup(
refreshReason: RefreshReason,
originatingTransactionId: string | undefined,
): Promise<CreateRefreshGroupResult> {
- // FIXME: Check that involved exchanges are reasonably up-to-date.
- // Otherwise, error out.
-
const exchanges: Set<string> = new Set();
for (const x of oldCoinPubs) {