taler-typescript-core

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

commit e32a93072a7df6432b928c13a5c6ba561406bfaa
parent ea17520cbdf0e0904605e2a18365d63ab4aeb3a6
Author: Florian Dold <florian@dold.me>
Date:   Thu, 13 Jun 2024 20:26:35 +0200

-comment

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

diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts @@ -931,6 +931,8 @@ export type WalletCoinHistoryItem = /** * History event for a coin from the wallet's perspective. + * + * The history might reference transactions that were already deleted from the wallet. */ export interface CoinHistoryRecord { coinPub: string;