keep the const though, that was an improvement

This commit is contained in:
Christian Grothoff 2020-02-11 23:02:22 +01:00
parent 357dbc0235
commit 1448f97b51
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -972,7 +972,7 @@ handle_debit_history (struct TALER_FAKEBANK_Handle *h,
const char *account) const char *account)
{ {
struct HistoryArgs ha; struct HistoryArgs ha;
struct Transaction *pos; const struct Transaction *pos;
json_t *history; json_t *history;
if (GNUNET_OK != if (GNUNET_OK !=
@ -1087,7 +1087,7 @@ handle_credit_history (struct TALER_FAKEBANK_Handle *h,
const char *account) const char *account)
{ {
struct HistoryArgs ha; struct HistoryArgs ha;
struct Transaction *pos; const struct Transaction *pos;
json_t *history; json_t *history;
if (GNUNET_OK != if (GNUNET_OK !=