commit b9cb956ae2380fa1574fcb6a912662f083767d07
parent b6214e9ec70019e6db30d825a4e51b0898f256b1
Author: Marc Stibane <marc@taler.net>
Date: Sat, 4 Nov 2023 08:03:21 +0100
cleanup
Diffstat:
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/TalerWallet1/Backend/WalletCore.swift b/TalerWallet1/Backend/WalletCore.swift
@@ -242,16 +242,9 @@ extension WalletCore {
postNotification(.ProposalDownloaded, userInfo: nil)
// TODO: remove these once wallet-core doesn't send them anymore
-// case "reserve-registered-with-bank":
-// symLog.log(anyPayload)
-// case "withdraw-group-finished",
-// "pay-operation-success",
-// "withdrawal-group-bank-confirmed", // replaced by transaction-state-transition
-// "withdrawal-group-reserve-ready",
-// "waiting-for-retry", // Bla Bla Bla
- case "refresh-started", "refresh-melted",
- "refresh-revealed", "refresh-unwarranted":
- break
+// case "refresh-started", "refresh-melted",
+// "refresh-revealed", "refresh-unwarranted":
+// break
default:
print("\n❗️ WalletCore.swift:251 Notification: ", anyPayload, "\n") // this is a new notification I haven't seen before
break