summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-06 18:35:43 +0200
committerFlorian Dold <florian@dold.me>2023-09-06 18:35:43 +0200
commitcd9c3a143bc1ad88ce77d53c212a90f60660069a (patch)
treea38d78af1e5bf96d666de09691b6418f9c295762 /packages/taler-wallet-core/src/wallet-api-types.ts
parent6affe04fe6919767181274891fd948688dedd700 (diff)
downloadwallet-core-cd9c3a143bc1ad88ce77d53c212a90f60660069a.tar.gz
wallet-core-cd9c3a143bc1ad88ce77d53c212a90f60660069a.tar.bz2
wallet-core-cd9c3a143bc1ad88ce77d53c212a90f60660069a.zip
remove deprecated auditor trust management
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index 72cd37b10..d89ad257a 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -121,7 +121,7 @@ import {
DeleteStoredBackupRequest,
TestingSetTimetravelRequest,
} from "@gnu-taler/taler-util";
-import { AuditorTrustRecord, WalletContractData } from "./db.js";
+import { WalletContractData } from "./db.js";
import {
AddBackupProviderRequest,
AddBackupProviderResponse,
@@ -260,7 +260,6 @@ export interface WalletConfig {
*/
builtin: {
exchanges: string[];
- auditors: AuditorTrustRecord[];
};
/**