aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-01-09 08:33:41 -0300
committerSebastian <sebasjm@gmail.com>2023-01-09 08:33:41 -0300
commit14f3d1e06dda003d457f2b3531e197011a284244 (patch)
treeede108e65dba6188b1a7af8d16bd95b957a4c858 /packages/taler-wallet-core/src/db.ts
parent417c07f3f4866918e1aaa6d42b7d5ec0ca59dd51 (diff)
downloadwallet-core-14f3d1e06dda003d457f2b3531e197011a284244.tar.xz
wallet-core pretty
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 299c7a36c..04fee9495 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -839,8 +839,8 @@ export enum RefreshOperationStatus {
* Group of refresh operations. The refreshed coins do not
* have to belong to the same exchange, but must have the same
* currency.
- *
- * FIXME: Should include the currency as a top-level field,
+ *
+ * FIXME: Should include the currency as a top-level field,
* but we need to write a migration for that.
*/
export interface RefreshGroupRecord {
@@ -857,7 +857,7 @@ export interface RefreshGroupRecord {
/**
* Currency of this refresh group.
- *
+ *
* FIXME: Write a migration to add this to earlier DB versions.
*/
currency: string;