From 0406160869e7f9aa9e863acad58a160a14014467 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 25 May 2023 11:13:19 +0200 Subject: wallet-core: DD37 fixes and FIXME comments for merchant payments --- packages/taler-util/src/transactions-types.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts index 84c60a847..03c894fe6 100644 --- a/packages/taler-util/src/transactions-types.ts +++ b/packages/taler-util/src/transactions-types.ts @@ -86,8 +86,6 @@ export enum TransactionMajorState { Failed = "failed", // Only used for the notification, never in the transaction history Deleted = "deleted", - // Placeholder until D37 is fully implemented - Unknown = "unknown", } export enum TransactionMinorState { -- cgit v1.2.3