aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-05 15:38:47 +0200
committerFlorian Dold <florian@dold.me>2022-09-05 15:38:47 +0200
commit43b893b8c4538f66b7f0161a85277e4db82bb192 (patch)
tree7a8ae8a978b2f05e493bfe73c9ef5555bc8f9116 /packages/taler-wallet-core/src/db.ts
parentb37fbdb59dc54794a96269aa432078abf36d3a09 (diff)
consider supported wire types when selecting coins
Also add an integration test to check for the correct wallet behavior.
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 903dfa47d..9c57a79c1 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -361,11 +361,15 @@ export interface ExchangeDetailsRecord {
* Terms of service text or undefined if not downloaded yet.
*
* This is just used as a cache of the last downloaded ToS.
+ *
+ * FIXME: Put in separate object store!
*/
termsOfServiceText: string | undefined;
/**
* content-type of the last downloaded termsOfServiceText.
+ *
+ * * FIXME: Put in separate object store!
*/
termsOfServiceContentType: string | undefined;