From eb2c8d948c2b6fc75915b708ad68d53d37032981 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 31 Mar 2024 17:52:57 +0200 Subject: wallet-core: mark coins as lost, test --- packages/taler-util/src/wallet-types.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/taler-util') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 7b6da8a40..c179a2aec 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -578,6 +578,11 @@ export enum CoinStatus { */ Fresh = "fresh", + /** + * Coin was lost as the denomination is not useable anymore. + */ + DenomLoss = "denom-loss", + /** * Fresh, but currently marked as "suspended", thus won't be used * for spending. Used for testing. -- cgit v1.2.3