gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: keep the const though, that was


From: gnunet
Subject: [taler-exchange] branch master updated: keep the const though, that was an improvement
Date: Tue, 11 Feb 2020 23:02:24 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1448f97b keep the const though, that was an improvement
1448f97b is described below

commit 1448f97b5119f0cd163ce745c04601d0be45458b
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 11 23:02:22 2020 +0100

    keep the const though, that was an improvement
---
 src/bank-lib/fakebank.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 56af11f8..614b083a 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -972,7 +972,7 @@ handle_debit_history (struct TALER_FAKEBANK_Handle *h,
                       const char *account)
 {
   struct HistoryArgs ha;
-  struct Transaction *pos;
+  const struct Transaction *pos;
   json_t *history;
 
   if (GNUNET_OK !=
@@ -1087,7 +1087,7 @@ handle_credit_history (struct TALER_FAKEBANK_Handle *h,
                        const char *account)
 {
   struct HistoryArgs ha;
-  struct Transaction *pos;
+  const struct Transaction *pos;
   json_t *history;
 
   if (GNUNET_OK !=

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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