gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 21/28: test.taler.net now uses KUDOS (instead of TESTK


From: gnunet
Subject: [taler-taler-ios] 21/28: test.taler.net now uses KUDOS (instead of TESTKUDOS)
Date: Tue, 19 Sep 2023 03:44:40 +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 5360255a8e9c51c22ba5bc7a655dc935bd4bd7f3
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Sep 18 08:48:38 2023 +0200

    test.taler.net now uses KUDOS (instead of TESTKUDOS)
---
 TalerWallet1/Controllers/PublicConstants.swift   | 3 ++-
 TalerWallet1/Views/Balances/BalanceRowView.swift | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Controllers/PublicConstants.swift 
b/TalerWallet1/Controllers/PublicConstants.swift
index 1be1113..e6a807e 100644
--- a/TalerWallet1/Controllers/PublicConstants.swift
+++ b/TalerWallet1/Controllers/PublicConstants.swift
@@ -25,7 +25,8 @@ public let TESTEXCHANGE = HTTPS + "exchange.test.taler.net"
 public let ARS_AGE_EXCHANGE = HTTPS + "exchange-age.taler.ar"
 public let ARS_EXP_EXCHANGE = HTTPS + "exchange-expensive.taler.ar"
 public let DEMOCURRENCY = "KUDOS"
-public let TESTCURRENCY = "TESTKUDOS"
+//public let TESTCURRENCY = "TESTKUDOS"
+public let TESTCURRENCY = "KUDOS"
 //public let LONGCURRENCY = "gold-pressed Latinum"                // 20 
characters, with dash and space
 public let LONGCURRENCY = "GOLDLATINUM"                         // 11 
characters, no dash, no space
 
diff --git a/TalerWallet1/Views/Balances/BalanceRowView.swift 
b/TalerWallet1/Views/Balances/BalanceRowView.swift
index 06c1529..b2b0a31 100644
--- a/TalerWallet1/Views/Balances/BalanceRowView.swift
+++ b/TalerWallet1/Views/Balances/BalanceRowView.swift
@@ -86,9 +86,9 @@ struct BalanceRowView: View {
 struct BalanceRowView_Previews: PreviewProvider {
     static var previews: some View {
         List {
-            BalanceRowView(amount: try! Amount(fromString: "TestKUDOS" + 
":1234.56"),
+            BalanceRowView(amount: try! Amount(fromString: TESTCURRENCY + 
":1234.56"),
                            sendAction: {}, recvAction: {}, rowAction: {})
-            BalanceRowView(amount: try! Amount(fromString: "KUDOS" + 
":1234.56"),
+            BalanceRowView(amount: try! Amount(fromString: DEMOCURRENCY + 
":1234.56"),
                            sendAction: {}, recvAction: {}, rowAction: {})
         }
     }

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