gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: comment


From: gnunet
Subject: [taler-wallet-core] 01/02: comment
Date: Wed, 09 Sep 2020 08:19:55 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit 35999179b1a947bab90fbbc48224fc8db1d03d64
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Sep 9 11:48:50 2020 +0530

    comment
---
 packages/taler-wallet-core/src/types/dbTypes.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/taler-wallet-core/src/types/dbTypes.ts 
b/packages/taler-wallet-core/src/types/dbTypes.ts
index d10be80c..4cd98cac 100644
--- a/packages/taler-wallet-core/src/types/dbTypes.ts
+++ b/packages/taler-wallet-core/src/types/dbTypes.ts
@@ -247,6 +247,12 @@ export interface ReserveRecord {
    * the first withdrawal has started.
    */
   initialWithdrawalStarted: boolean;
+
+  /**
+   * Initial denomination selection, stored here so that
+   * we can show this information in the transactions/balances
+   * before we have a withdrawal group.
+   */
   initialDenomSel: DenomSelectionState;
 
   reserveStatus: ReserveRecordStatus;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]