aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_update_wire.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_update_wire.c')
-rw-r--r--src/exchangedb/pg_update_wire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_update_wire.c b/src/exchangedb/pg_update_wire.c
index 0c4ec7b58..f3b074686 100644
--- a/src/exchangedb/pg_update_wire.c
+++ b/src/exchangedb/pg_update_wire.c
@@ -30,8 +30,8 @@ enum GNUNET_DB_QueryStatus
TEH_PG_update_wire (void *cls,
const char *payto_uri,
const char *conversion_url,
- json_t *debit_restrictions,
- json_t *credit_restrictions,
+ const json_t *debit_restrictions,
+ const json_t *credit_restrictions,
struct GNUNET_TIME_Timestamp change_date,
bool enabled)
{