taler-ios

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

commit 48d13d72a3045c3ca3a96f6dfd5fb21fc75fe4ec
parent 0a5f550dd1616f3a3ac65ae4f2c8e2e616013398
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 24 Feb 2026 18:53:01 +0100

minor states were summarized

Diffstat:
MTalerWallet1/Backend/WalletCore.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Backend/WalletCore.swift b/TalerWallet1/Backend/WalletCore.swift @@ -258,7 +258,7 @@ extension WalletCore { postNotification(.PendingReady, userInfo: [TRANSACTIONTRANSITION: decoded]) return } else if newMinor == .exchangeWaitReserve // user did confirm on bank website - || newMinor == .withdrawCoins { // coin-withdrawal has started + || newMinor == .withdraw { // coin-withdrawal has started // logger.log("DismissSheet: \(decoded.transactionId, privacy: .private(mask: .hash))") postNotification(.DismissSheet, userInfo: [TRANSACTIONTRANSITION: decoded]) return