keep the const though, that was an improvement
This commit is contained in:
parent
357dbc0235
commit
1448f97b51
@ -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 !=
|
||||||
|
Loading…
Reference in New Issue
Block a user