gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 26/28: fix warning


From: gnunet
Subject: [taler-taler-ios] 26/28: fix warning
Date: Tue, 19 Sep 2023 03:44:45 +0200

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 dc8b8881305e226c2b608af4ab979fd569c0c4ff
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Sep 19 01:58:47 2023 +0200

    fix warning
---
 TalerWallet1/Backend/Transaction.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Backend/Transaction.swift 
b/TalerWallet1/Backend/Transaction.swift
index 06ce358..823e1d7 100644
--- a/TalerWallet1/Backend/Transaction.swift
+++ b/TalerWallet1/Backend/Transaction.swift
@@ -446,7 +446,7 @@ enum Transaction: Decodable, Hashable, Identifiable, 
Sendable {
     func detailsToShow() -> Dictionary<String, String> {
         var result: [String:String] = [:]
         switch self {
-            case .dummy(let dummyTransaction):
+            case .dummy(_):  // let dummyTransaction
                 break
             case .withdrawal(let withdrawalTransaction):
                 result[EXCHANGEBASEURL] = 
withdrawalTransaction.details.exchangeBaseUrl

-- 
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]