gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 33/204: BarGraph 15, trust GetTransactionsV2


From: gnunet
Subject: [taler-taler-ios] 33/204: BarGraph 15, trust GetTransactionsV2
Date: Thu, 05 Dec 2024 23:50:01 +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 51dc63ac18880a10abf8d56291b8f0bee5b8c8ff
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Oct 8 07:10:13 2024 +0200

    BarGraph 15, trust GetTransactionsV2
---
 TalerWallet1/Views/HelperViews/BarGraph.swift | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/HelperViews/BarGraph.swift 
b/TalerWallet1/Views/HelperViews/BarGraph.swift
index c87e3b1..57ec421 100644
--- a/TalerWallet1/Views/HelperViews/BarGraph.swift
+++ b/TalerWallet1/Views/HelperViews/BarGraph.swift
@@ -5,7 +5,7 @@
 import SwiftUI
 import SymLog
 
-let MAXBARS = 10
+let MAXBARS = 15
 
 struct BarGraphHeader: View {
     private let symLog = SymLogV(0)
@@ -44,7 +44,9 @@ struct BarGraphHeader: View {
                                                         scopeInfo: scopeInfo,
                                                     filterByState: .done,
                                                             limit: MAXBARS) {
-                    completedTransactions = 
WalletModel.completedTransactions(response)
+//                    let completed = 
WalletModel.completedTransactions(response)
+//                    completedTransactions = completed
+                    completedTransactions = response
                 }
             }
         }

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