aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-05 13:29:49 +0200
committerFlorian Dold <florian@dold.me>2023-05-05 13:29:49 +0200
commitcbf0f839542f7eda88cdc2a5c7b602e690309154 (patch)
tree5d5530f11947bd218577d7b9857e1a3752ddb2b5 /packages/taler-wallet-core/src/db.ts
parent60805f3ff88d7ecd149a88ec7cea846384155c5b (diff)
downloadwallet-core-cbf0f839542f7eda88cdc2a5c7b602e690309154.tar.xz
wallet-core: remove allowed auditors from contract terms
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index a95db9ca3..d1258f2f9 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1120,7 +1120,6 @@ export interface WalletContractData {
wireFeeAmortization: number;
payDeadline: TalerProtocolTimestamp;
refundDeadline: TalerProtocolTimestamp;
- allowedAuditors: AllowedAuditorInfo[];
allowedExchanges: AllowedExchangeInfo[];
timestamp: TalerProtocolTimestamp;
wireMethod: string;