commit 3dfa5480ef04977549ec3b1ede8336533cfcab9d
parent 21bcbab2a29bbbe062cc358ef7e127362bdddded
Author: Florian Dold <florian@dold.me>
Date: Mon, 2 Mar 2026 23:52:53 +0100
remove countries from GetDefaultExchangesResponse
Diffstat:
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/packages/taler-util/src/types-taler-wallet.ts b/packages/taler-util/src/types-taler-wallet.ts
@@ -4732,9 +4732,5 @@ export interface GetDefaultExchangesResponse {
* by the exchange.
*/
currencySpec: CurrencySpecification;
- /**
- * Countries supported by the exchange as ISO 3166-1 alpha-2 codes.
- */
- countries: string[];
}[];
}
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
@@ -2071,7 +2071,6 @@ export async function handleGetDefaultExchanges(
"-2": "Rp.",
},
},
- countries: ["CH"],
},
],
};