From abbab3b029002eb5d603af611db6f411daf5d490 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 17 Jun 2024 13:50:43 +0200 Subject: wallet-core: coin history --- packages/taler-wallet-core/src/exchanges.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/exchanges.ts') diff --git a/packages/taler-wallet-core/src/exchanges.ts b/packages/taler-wallet-core/src/exchanges.ts index 3bec30587..4043d3498 100644 --- a/packages/taler-wallet-core/src/exchanges.ts +++ b/packages/taler-wallet-core/src/exchanges.ts @@ -1693,12 +1693,13 @@ export async function updateExchangeFromUrlHandler( await wex.db.runReadWriteTx( { storeNames: [ + "coinAvailability", + "coinHistory", "coins", "denominations", - "coinAvailability", + "exchanges", "refreshGroups", "refreshSessions", - "exchanges", ], }, async (tx) => { -- cgit v1.2.3