commit bc29fc73aed60c83b4e508754a40c1deed798cbd parent a9540de313506200105f8c75ac219ffeb7622d78 Author: Florian Dold <florian@dold.me> Date: Mon, 25 Mar 2024 11:48:18 +0100 -comment Diffstat:
| M | packages/taler-util/src/wallet-types.ts | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git 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;