aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-06-13 20:26:35 +0200
committerFlorian Dold <florian@dold.me>2024-06-13 23:56:59 +0200
commite32a93072a7df6432b928c13a5c6ba561406bfaa (patch)
tree923ddfb720b63d50ff94e5d9e4fe4f5857e91079 /packages
parentea17520cbdf0e0904605e2a18365d63ab4aeb3a6 (diff)
downloadwallet-core-e32a93072a7df6432b928c13a5c6ba561406bfaa.tar.xz
-comment
Diffstat (limited to 'packages')
-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 bf5d29603..07caa630b 100644
--- 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;