taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

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

comment

Diffstat:
Mpackages/taler-wallet-core/src/types/dbTypes.ts | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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;