aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-14 22:56:29 +0200
committerFlorian Dold <florian@dold.me>2022-10-14 22:56:29 +0200
commit3a2b96f3c2dcdf106c989713253a8b3679ae078e (patch)
treef3613d9a9ed6114db1dad169d325d9407192268c /packages/taler-wallet-core/src/db.ts
parentb36807aa0f673d074f295d004812ba18b2ab544d (diff)
downloadwallet-core-3a2b96f3c2dcdf106c989713253a8b3679ae078e.tar.xz
wallet-core: address DB FIXME
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts9
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 72dd0dc9c..002db9805 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -500,11 +500,6 @@ export interface ExchangeDetailsPointer {
updateClock: TalerProtocolTimestamp;
}
-export interface MergeReserveInfo {
- reservePub: string;
- reservePriv: string;
-}
-
/**
* Exchange record as stored in the wallet's database.
*/
@@ -555,10 +550,8 @@ export interface ExchangeRecord {
/**
* Public key of the reserve that we're currently using for
* receiving P2P payments.
- *
- * FIXME: Make this a rowId of reserves!
*/
- currentMergeReserveInfo?: MergeReserveInfo;
+ currentMergeReserveRowId?: number;
}
export enum PlanchetStatus {