summaryrefslogtreecommitdiff
path: root/packages/taler-util/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-03-25 11:48:18 +0100
committerFlorian Dold <florian@dold.me>2024-03-25 11:48:18 +0100
commitbc29fc73aed60c83b4e508754a40c1deed798cbd (patch)
tree83a585768494ac2a83c450902d3aee136352d38c /packages/taler-util/src
parenta9540de313506200105f8c75ac219ffeb7622d78 (diff)
downloadwallet-core-bc29fc73aed60c83b4e508754a40c1deed798cbd.tar.gz
wallet-core-bc29fc73aed60c83b4e508754a40c1deed798cbd.tar.bz2
wallet-core-bc29fc73aed60c83b4e508754a40c1deed798cbd.zip
-comment
Diffstat (limited to 'packages/taler-util/src')
-rw-r--r--packages/taler-util/src/wallet-types.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts
index 92a902eca..5916eb968 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -3002,9 +3002,7 @@ export interface WithdrawalExchangeAccountDetails {
* Transfer amount. Might be in a different currency than the requested
* amount for withdrawal.
*
- * Redundant with the amount in paytoUri, just included to avoid parsing.
- *
- * Only included if this account does a currency conversion.
+ * Absent if this is a conversion account and the conversion failed.
*/
transferAmount?: AmountString;