aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-11-02 15:00:05 +0100
committerFlorian Dold <florian@dold.me>2022-11-02 15:00:05 +0100
commit91e069c7428e8c160a8d5592514c0d8a6f726353 (patch)
tree3d5401259bd0f22dc48de6504ab875ccea074b0c /packages/taler-wallet-core/src/db.ts
parent1e6e1a22cdb16975f3a914b2f1be6db0ae1b241d (diff)
downloadwallet-core-91e069c7428e8c160a8d5592514c0d8a6f726353.tar.xz
bump versionsv0.9.0-dev.32
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index dcc9fbe99..b380498c4 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1763,6 +1763,8 @@ export interface PeerPullPaymentIncomingRecord {
*
* Mostly used to store the private key for a reserve and to allow
* other records to reference the reserve key pair via a small row ID.
+ *
+ * In the future, we might also store KYC info about a reserve here.
*/
export interface ReserveRecord {
rowId?: number;