[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 02/02: typo
From: |
gnunet |
Subject: |
[taler-wallet-core] 02/02: typo |
Date: |
Wed, 13 Jan 2021 00:55:52 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
commit 096d21189c39a410935c63f1af0e4dd8cd7d4582
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 13 00:55:47 2021 +0100
typo
---
packages/taler-wallet-core/src/db.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/db.ts
b/packages/taler-wallet-core/src/db.ts
index aed2ce5c..a536f29b 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -143,7 +143,7 @@ export async function openTalerDatabase(
value: TALER_DB_NAME,
});
} else {
- currentMainVersion = dbVersionRecord.key;
+ currentMainVersion = dbVersionRecord.value;
}
});
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.