commit 4215142acfba54f7ed4ff6e066636db0522fd1c9 parent a7cbb74f188f0f749da7fdaf855d6b44e377e7da Author: Marc Stibane <marc@taler.net> Date: Fri, 17 Jul 2026 11:11:22 +0200 simplify Diffstat:
| M | TalerWallet1/Model/Transaction.swift | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/TalerWallet1/Model/Transaction.swift b/TalerWallet1/Model/Transaction.swift @@ -189,10 +189,7 @@ struct RequestProgressError: Codable { // Notification } struct TransactionTransition: Codable { // Notification - enum TransitionType: String, Codable { - case transition = "transaction-state-transition" - } - var type: TransitionType + var type: String // transaction-state-transition var oldTxState: TransactionState? var newTxState: TransactionState var transactionId: String