From 1448f97b5119f0cd163ce745c04601d0be45458b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Feb 2020 23:02:22 +0100 Subject: keep the const though, that was an improvement --- src/bank-lib/fakebank.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bank-lib') diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 56af11f8a..614b083aa 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 != -- cgit v1.2.3