From 91e069c7428e8c160a8d5592514c0d8a6f726353 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 2 Nov 2022 15:00:05 +0100 Subject: bump versions --- packages/taler-wallet-core/src/db.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-wallet-core/src/db.ts') 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; -- cgit v1.2.3