summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-23 18:15:41 +0200
committerFlorian Dold <florian@dold.me>2023-10-23 18:15:41 +0200
commit2512665e9462690162a5bae5fab3337217943269 (patch)
tree0872072765a4ddba02072e7c748f06387e0fdb9d /packages/taler-wallet-core/src/wallet-api-types.ts
parent51cf4180827f4560df954744f724f0bfc5d29a20 (diff)
downloadwallet-core-2512665e9462690162a5bae5fab3337217943269.tar.gz
wallet-core-2512665e9462690162a5bae5fab3337217943269.tar.bz2
wallet-core-2512665e9462690162a5bae5fab3337217943269.zip
move useNativeLogging to top-level
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index 3741105a4..375bc3eac 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -293,7 +293,6 @@ export interface WalletConfig {
*/
features: {
allowHttp: boolean;
- useNativeLogging: boolean;
};
}