From 331ff2a22ddbe7512e3a54235a986e7275b88920 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Jun 2024 19:55:48 +0200 Subject: wallet-core: remove coinAllocationId, simplify coin history store --- packages/taler-util/src/wallet-types.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 8fa5b1e69..82ccb4fc4 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -664,12 +664,6 @@ export interface CoinDumpJson { */ withdrawal_reserve_pub: string | undefined; coin_status: CoinStatus; - spend_allocation: - | { - id: string; - amount: AmountString; - } - | undefined; /** * Information about the age restriction */ -- cgit v1.2.3