aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-08-25 17:49:24 +0200
committerFlorian Dold <florian@dold.me>2022-08-25 17:49:24 +0200
commit22bc73ac4be09e52be0339780018f6440fdca94c (patch)
tree99618b673aad847fc86006d9cc2a32bdcbd0e3aa /packages/taler-wallet-core/src/db.ts
parentd112a5b6bc7e5e0a47df98451b75145ddfec4bad (diff)
downloadwallet-core-22bc73ac4be09e52be0339780018f6440fdca94c.tar.xz
wallet-core: fix db index on withdraw URI
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 40f4ea2b5..7ba0fadc6 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1835,7 +1835,7 @@ export const WalletStoresV1 = {
byStatus: describeIndex("byStatus", "operationStatus"),
byTalerWithdrawUri: describeIndex(
"byTalerWithdrawUri",
- "bankInfo.talerWithdrawUri",
+ "wgInfo.bankInfo.talerWithdrawUri",
),
},
),