aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util')
-rw-r--r--packages/taler-util/src/wallet-types.ts6
1 files changed, 0 insertions, 6 deletions
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
*/