taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit eba3a81f83a782196510230e143095494cec689f
parent c23dc301226c3ecd130c35aa0257d6092e1f5763
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 30 Jul 2024 09:12:39 +0200

rename

Diffstat:
MTalerWallet1/Controllers/Controller.swift | 2+-
MTalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawURIView.swift | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Controllers/Controller.swift b/TalerWallet1/Controllers/Controller.swift @@ -173,7 +173,7 @@ class Controller: ObservableObject { } } - func checkInfo(for baseUrl: String, model: WalletModel) async { + func checkCurrencyInfo(for baseUrl: String, model: WalletModel) async { if let exchange = await exchange(for: baseUrl, model: model) { let scope = exchange.scopeInfo for info in currencyInfos { diff --git a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawURIView.swift b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawURIView.swift @@ -203,7 +203,7 @@ struct WithdrawURIView: View { possibleExchanges = uriInfoResponse.possibleExchanges await loadExchange(baseUrl) symLog.log("\(baseUrl.trimURL()) loaded") - await controller.checkInfo(for: baseUrl, model: model) + await controller.checkCurrencyInfo(for: baseUrl, model: model) symLog.log("Info(for: \(baseUrl.trimURL())) loaded") }