aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-06 19:19:08 +0100
committerFlorian Dold <florian@dold.me>2023-12-06 19:19:52 +0100
commit4fb474baa255d0244b8f83cb3a6f30506b376716 (patch)
tree821262e2798de7b7406fa32351bd1d2483b2095b /packages
parentfa29c1494b029e195892d07dd74f4beebd78cf08 (diff)
downloadwallet-core-4fb474baa255d0244b8f83cb3a6f30506b376716.tar.xz
wallet-core: deprecate boolean tos status
Diffstat (limited to 'packages')
-rw-r--r--packages/taler-util/src/wallet-types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts
index 45e0860b2..e900d76cb 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -1417,6 +1417,8 @@ export interface ManualWithdrawalDetails {
/**
* Did the user accept the current version of the exchange's
* terms of service?
+ *
+ * @deprecated the client should query the exchange entry instead
*/
tosAccepted: boolean;