gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 113/204: PendingOperations (unused)


From: gnunet
Subject: [taler-taler-ios] 113/204: PendingOperations (unused)
Date: Thu, 05 Dec 2024 23:51:21 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 1c8d0f21d781e1c414bf54a9b8acbad6a932b363
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Nov 8 21:21:35 2024 +0100

    PendingOperations (unused)
---
 TalerWallet1/Model/Model+Pending.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Model/Model+Pending.swift 
b/TalerWallet1/Model/Model+Pending.swift
index f316293..1cd952c 100644
--- a/TalerWallet1/Model/Model+Pending.swift
+++ b/TalerWallet1/Model/Model+Pending.swift
@@ -42,7 +42,7 @@ struct PendingOperation: Codable, Hashable {
 }
 // MARK: -
 extension WalletModel {
-    @MainActor func getPendingOperationsM(viewHandles: Bool = false)
+    nonisolated func getPendingOperations4711(viewHandles: Bool = false)
       async throws -> [PendingOperation] {   // M for MainActor
         let request = GetPendingOperations()
         let response = try await sendRequest(request, ASYNCDELAY, viewHandles: 
viewHandles)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]