taler-ios

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

commit dc8b8881305e226c2b608af4ab979fd569c0c4ff
parent ec154157d01431f753eb2ab8d99e339287dff829
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 19 Sep 2023 01:58:47 +0200

fix warning

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

diff --git 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